From 50d64af400bbfa5e4b8bf71c8047a5d9fd6fa015 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 2 May 2021 16:20:31 +0100 Subject: [PATCH] [eQSL] Log Upload responses as debug messages in log --- application/controllers/Eqsl.php | 2 +- application/views/eqsl/export.php | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index bbb1c0e7..5462d8dd 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -551,7 +551,7 @@ class eqsl extends CI_Controller { // Dump out a table with the results $data['eqsl_results_table'] = $table; - $data['eqsl_response'] = $result; + log_message('debug', $result); } else { diff --git a/application/views/eqsl/export.php b/application/views/eqsl/export.php index 86f484ba..6e08311d 100644 --- a/application/views/eqsl/export.php +++ b/application/views/eqsl/export.php @@ -48,11 +48,6 @@ } } ?> - - -

eQSL Response:

- - \ No newline at end of file