Skip to content

Commit

Permalink
deleted extraneous hr.annotation list line
Browse files Browse the repository at this point in the history
  • Loading branch information
alblaine committed Oct 4, 2017
1 parent aa9ac70 commit 2879621
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/processors/annotation_list_creator.rb
Expand Up @@ -11,7 +11,6 @@ def create_annotation_lists
@annotation_list = Hash.new("annotation_list")
@granularity_list.map do |granularity|
hr = HocrOpenAnnotationCreator.new final_hocr_filepath(@identifier), granularity
hr.annotation_list
@annotation_list[granularity] = hr.annotation_list
@list = @annotation_list[granularity].to_json
write_files(@list, granularity)
Expand Down

0 comments on commit 2879621

Please sign in to comment.