From a2178733daa523663c3245d20146f231be24184a Mon Sep 17 00:00:00 2001 From: Johannes Kantz <67144859+JohannesKantz@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:09:39 +0100 Subject: [PATCH] fix: remove print --- BancaDati/BancaDati.php | 1 - 1 file changed, 1 deletion(-) diff --git a/BancaDati/BancaDati.php b/BancaDati/BancaDati.php index dd4823a..790d024 100644 --- a/BancaDati/BancaDati.php +++ b/BancaDati/BancaDati.php @@ -80,7 +80,6 @@ class BancaDati { $sth = $this->pdo->prepare($sql); $sth->execute(); }catch (PDOException $e){ - var_dump($e); die; } }