Skip to content

Commit 5cbd7ac

Browse files
committed
Remove forgotten var_dump()
1 parent 9a1a2d4 commit 5cbd7ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/Keboola/GoogleAnalyticsExtractor/GoogleAnalytics/AntisamplingPropertyTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ private function dailyWalk(array $query): void
131131
Assert::assertCount(count($dates), $logger->records);
132132

133133
$expectedOutputCsv = $outputCsv->getPathname();
134-
var_dump(file_get_contents($dailyWalkOutputCsv));
135134

136135
Assert::assertFileEquals($expectedOutputCsv, $dailyWalkOutputCsv);
137136
}

0 commit comments

Comments
 (0)