From 2a0811128978ad9281e1f3a8e477c054002564b0 Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Thu, 7 Mar 2024 09:32:04 +0100 Subject: [PATCH] Minor changes to the communication with the suffix array --- app/controllers/mpa_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/mpa_controller.rb b/app/controllers/mpa_controller.rb index 17ebaf5..b200011 100644 --- a/app/controllers/mpa_controller.rb +++ b/app/controllers/mpa_controller.rb @@ -37,8 +37,6 @@ def pept2data http.request(request) end - puts response.inspect - # Parse the response body as JSON response_data = JSON.parse(response.body)