Skip to content

Commit

Permalink
dump debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 12, 2024
1 parent c22ad35 commit 8419bd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/controllers/api/api_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ def pept2taxa
@result[item["sequence"]] = taxon_objs
end

# filter_input_order
puts @result.inspect

filter_input_order

respond_with(@result)
end
Expand Down

0 comments on commit 8419bd7

Please sign in to comment.