diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-20 23:33:09 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-20 23:33:09 -0800 |
commit | 46d4d778ad9febf175380cd82e0a10da33293d36 (patch) | |
tree | 53327234ee87b0f988a1f6205be66e2c7244417b /modules | |
parent | 949586c254f3b70a4b44828d1dee600cc6276a50 (diff) |
Remove debug code.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/tests/Item_Model_Test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/tests/Item_Model_Test.php b/modules/gallery/tests/Item_Model_Test.php index 035ecb51..1e77076a 100644 --- a/modules/gallery/tests/Item_Model_Test.php +++ b/modules/gallery/tests/Item_Model_Test.php @@ -139,7 +139,6 @@ class Item_Model_Test extends Gallery_Unit_Test_Case { try { $item->name = $item2->name; - print "SAVE\n"; $item->save(); } catch (ORM_Validation_Exception $e) { $this->assert_true(in_array("conflict", $e->validation->errors())); |