From 8419bd762200df96a5799932be97556e0ed414eb Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Tue, 12 Mar 2024 16:21:33 +0100 Subject: [PATCH] dump debug information --- app/controllers/api/api_controller.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/controllers/api/api_controller.rb b/app/controllers/api/api_controller.rb index 0dfb115..6fdeea9 100644 --- a/app/controllers/api/api_controller.rb +++ b/app/controllers/api/api_controller.rb @@ -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