Browse Source

remove debug

euromark 11 years ago
parent
commit
0183ed7304
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Model/Behavior/PasswordableBehavior.php

+ 0 - 1
Model/Behavior/PasswordableBehavior.php

@@ -187,7 +187,6 @@ class PasswordableBehavior extends ModelBehavior {
 		// Add custom rule(s) if configured
 		if ($this->settings[$Model->alias]['customValidation']) {
 			$Model->validator()->add($formField, $this->settings[$Model->alias]['customValidation']);
-			//debug($Model->validator()[$formField]);die();
 		}
 	}