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; } }