diff --git a/qrcode/lib/MysqliDb/MysqliDb.php b/qrcode/lib/MysqliDb/MysqliDb.php index b01e8c6..e7b0e5c 100644 --- a/qrcode/lib/MysqliDb/MysqliDb.php +++ b/qrcode/lib/MysqliDb/MysqliDb.php @@ -790,11 +790,9 @@ class MysqliDb */ public function getValue($tableName, $column, $limit = 1) { - error_log('1 '.$tableName); if (strpos($tableName, '.') === false && strpos($tableName, DATABASE_PREFIX) === false) { $tableName = DATABASE_PREFIX . $tableName; } - error_log('2 '.$tableName); $res = $this->ArrayBuilder()->get($tableName, $limit, "{$column} AS retval");