mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Remove a debugging statement
This commit is contained in:
@@ -138,7 +138,6 @@ class Database_For_Test extends Database {
|
||||
|
||||
public function query($sql = '') {
|
||||
if (!empty($sql)) {
|
||||
print " query($sql)\n";
|
||||
$sql = $this->add_table_prefixes($sql);
|
||||
}
|
||||
return $sql;
|
||||
|
||||
Reference in New Issue
Block a user