From ec8a8da9c2c92448f42f67d94766f19c83168277 Mon Sep 17 00:00:00 2001 From: Ana Rute Mendes Date: Wed, 27 Sep 2023 15:39:46 +0200 Subject: [PATCH] Remove forgotten var_dump --- tests/integration/LoginSetupTestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/LoginSetupTestCase.php b/tests/integration/LoginSetupTestCase.php index 317efea06..6c543f7c3 100644 --- a/tests/integration/LoginSetupTestCase.php +++ b/tests/integration/LoginSetupTestCase.php @@ -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); }