From f4f49172307ccd73b948770dab9bc47cd9d1b0ee Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Wed, 16 Nov 2016 09:22:42 +0530 Subject: [PATCH] Remove debugging calls Signed-off-by: Deven Bansod --- libraries/DatabaseInterface.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/DatabaseInterface.php b/libraries/DatabaseInterface.php index 85350d72a4..96f40abb30 100644 --- a/libraries/DatabaseInterface.php +++ b/libraries/DatabaseInterface.php @@ -2725,7 +2725,6 @@ class DatabaseInterface if (isset($GLOBALS['userlink']) && !is_null($GLOBALS['userlink'])) { return $GLOBALS['userlink']; } else { - error_log("YAHA\n", 3, "/tmp/a.txt"); return false; } }