remove debugging code

This commit is contained in:
Joel Clermont 2013-03-05 11:27:01 -06:00
parent 1d68384f05
commit ca553cf658

View File

@ -521,7 +521,6 @@ class Validator
$this->callRuleWithParams($ruleType, $innerParams); $this->callRuleWithParams($ruleType, $innerParams);
} }
} else { } else {
var_dump($params);
$this->callRuleWithParams($ruleType, $params); $this->callRuleWithParams($ruleType, $params);
} }
} else { } else {