Skip to content

Commit

Permalink
Tests excess dump removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lav45 committed May 16, 2014
1 parent cfb5ebe commit 55b8a74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/requirements/YiiRequirementChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ function checkUploadMaxFileSize($min = null, $max = null)
$minCheckResult = true;
}
if ($max !== null) {
var_dump($postMaxSize, $uploadMaxFileSize, $max);
$maxCheckResult = $this->compareByteSize($postMaxSize, $max, '<=') && $this->compareByteSize($uploadMaxFileSize, $max, '<=');
} else {
$maxCheckResult = true;
Expand Down

0 comments on commit 55b8a74

Please sign in to comment.