Skip to content

Commit d854492

Browse files
committed
[skip ci] Fix var_dump statement in run-tests.php
1 parent 9495406 commit d854492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run-tests.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4141,7 +4141,6 @@ public function getDiff(array $diffs): string
41414141
}
41424142
// Found no more differenciating rows, we're done
41434143
if ($next === count($diffs)) {
4144-
var_dump($i, count($diffs));
41454144
if (($i - 1) < count($diffs)) {
41464145
fwrite($buffer, "--\n");
41474146
}

0 commit comments

Comments
 (0)