Mark Scherer 10 years ago
parent
commit
de9a36586b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Test/Case/Model/Behavior/BitmaskedBehaviorTest.php

+ 0 - 2
Test/Case/Model/Behavior/BitmaskedBehaviorTest.php

@@ -52,8 +52,6 @@ class BitmaskedBehaviorTest extends MyCakeTestCase {
 		];
 		$this->Comment->create();
 		$this->Comment->set($data);
-		debug($this->Comment->validate);
-		debug($this->Comment->data); ob_flush();
 		$res = $this->Comment->validates();
 		$this->assertTrue($res);