Browse Source

Remove idiotic mistake.

mark_story 11 years ago
parent
commit
b82f39f392
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Console/Command/Task/TestTask.php

+ 0 - 1
src/Console/Command/Task/TestTask.php

@@ -238,7 +238,6 @@ class TestTask extends BakeTask {
  */
 	public function buildTestSubject($type, $class) {
 		TableRegistry::clear();
-			debug($type);
 		if (strtolower($type) === 'table') {
 			list($namespace, $name) = namespaceSplit($class);
 			$name = str_replace('Table', '', $name);