diff --git a/src/Valitron/Validator.php b/src/Valitron/Validator.php index bec31fb..9bb36fc 100644 --- a/src/Valitron/Validator.php +++ b/src/Valitron/Validator.php @@ -521,7 +521,6 @@ class Validator $this->callRuleWithParams($ruleType, $innerParams); } } else { - var_dump($params); $this->callRuleWithParams($ruleType, $params); } } else {