Skip to content

Commit 943bf47

Browse files
committed
fix drop forgotten debug statement
1 parent 961809e commit 943bf47

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/StorageApiTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,6 @@ public function assertLinesEqualsSorted($expected, $actual, $message = '')
265265
public function assertArrayEqualsSorted($expected, $actual, $sortKey, $message = '')
266266
{
267267
$comparsion = function ($attrLeft, $attrRight) use ($sortKey) {
268-
var_export($attrLeft);
269-
var_export($sortKey);
270-
var_export($attrRight);
271268
if ($attrLeft[$sortKey] == $attrRight[$sortKey]) {
272269
return 0;
273270
}

0 commit comments

Comments
 (0)