From f004cfc27648d7813dd977ceedcf30d431f1d302 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Tue, 30 Mar 2021 16:20:46 +0200 Subject: [PATCH] trace removed --- pandora_console/include/rest-api/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/include/rest-api/index.php b/pandora_console/include/rest-api/index.php index 493125778b..48560ad2a4 100644 --- a/pandora_console/include/rest-api/index.php +++ b/pandora_console/include/rest-api/index.php @@ -125,7 +125,6 @@ if ($getVisualConsole === true) { } catch (Throwable $e) { // Bad params. http_response_code(400); - hd($e); return; }