Skip to content

Commit

Permalink
Remove forgotten var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
anarute committed Sep 27, 2023
1 parent 7afcfd0 commit ec8a8da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/LoginSetupTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public function cleanUpTasks(): void

$result = pg_query($connect, $query="DELETE FROM task");
if ($result == NULL) error_log("ERROR: Could not run query: $query");
var_dump($result);

pg_freeresult($result);
}
Expand Down

0 comments on commit ec8a8da

Please sign in to comment.