From ca553cf65819ac7df1f1b26ad5be548a9bd00f4c Mon Sep 17 00:00:00 2001 From: Joel Clermont Date: Tue, 5 Mar 2013 11:27:01 -0600 Subject: [PATCH] remove debugging code --- src/Valitron/Validator.php | 1 - 1 file changed, 1 deletion(-) 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 {