From fe257f713ef0c12dc3fd2c92fda3b9ea4644dac8 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 15 Dec 2022 11:52:24 +0100 Subject: [PATCH] Remove comment --- lib/php/db.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/php/db.php b/lib/php/db.php index 87890832..c1a7b921 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -416,8 +416,6 @@ class Db extends nb { $return = array_replace_recursive($return,$m); } -#debug(self::ar_map('$a == null ? "" : $a',$return)); -#debug($return); if (empty($return['user']) and !empty($_SERVER['USER'])) $return['user'] = $_SERVER['USER']; return $return; } -- 2.47.3