diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-25 09:16:49 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-25 09:16:49 -0800 |
commit | 0bf81f0381ddde2efde55b10e2d73dfdbdca1e73 (patch) | |
tree | ff066a3a084c219575f5096fffb72f2b2e786934 /modules | |
parent | 454a96f48fbfbf5764cf586c02539e2d01b56101 (diff) |
Remove a debugging statement
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/tests/Database_Test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/tests/Database_Test.php b/modules/gallery/tests/Database_Test.php index ad2bbba1..98bd4046 100644 --- a/modules/gallery/tests/Database_Test.php +++ b/modules/gallery/tests/Database_Test.php @@ -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; |