Browse Source

remove debug statement

euromark 12 years ago
parent
commit
917b70df89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Test/Case/Model/Behavior/WhoDidItBehaviorTest.php

+ 1 - 1
Test/Case/Model/Behavior/WhoDidItBehaviorTest.php

@@ -86,7 +86,7 @@ class WhoDidItBehaviorTest extends MyCakeTestCase {
 		CakeSession::write('Auth.User.id', '2');
 		CakeSession::write('Auth.User.id', '2');
 		$data += array('modified_by' => $res['WhoDidItPlayer']['modified_by']);
 		$data += array('modified_by' => $res['WhoDidItPlayer']['modified_by']);
 		$res = $this->Model->save($data + array('id' => $this->Model->id));
 		$res = $this->Model->save($data + array('id' => $this->Model->id));
-		debug($res);ob_flush();
+
 		$this->assertTrue((bool)$res);
 		$this->assertTrue((bool)$res);
 		$this->assertFalse($res['WhoDidItPlayer']['modified']);
 		$this->assertFalse($res['WhoDidItPlayer']['modified']);
 		$this->assertTrue(count($res['WhoDidItPlayer']) === 4);
 		$this->assertTrue(count($res['WhoDidItPlayer']) === 4);