From 9d131cf6dd0e8ec5607794793c41f9f63ed009c7 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 17 Oct 2024 13:58:52 +0900 Subject: [PATCH] Bug: Remove echo in call --- www/lib/CoreLibs/DB/IO.php | 1 - 1 file changed, 1 deletion(-) diff --git a/www/lib/CoreLibs/DB/IO.php b/www/lib/CoreLibs/DB/IO.php index 9f1a59d0..d3ecc374 100644 --- a/www/lib/CoreLibs/DB/IO.php +++ b/www/lib/CoreLibs/DB/IO.php @@ -825,7 +825,6 @@ class IO default: // no context on DB_INFO if ($id == 'DB_INFO') { - echo "DB INFO
"; $context = []; } // used named arguments so we can easy change the order of debug