Skip to content

Commit 12c7c43

Browse files
committed
fix: remove forgotten var_dump()
1 parent 32cc1a8 commit 12c7c43

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Extractor/Antisampling/AntisamplingProperty.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function dailyWalk(array $query): void
4545
];
4646

4747
$report = $this->client->getPropertyReport($query, $this->property);
48-
var_dump($report);
4948

5049
$this->writeReport($query, $report);
5150

0 commit comments

Comments
 (0)