fix: remove print

This commit is contained in:
Johannes Kantz 2023-01-12 15:09:39 +01:00
parent 5fea5ad15f
commit a2178733da

View File

@ -80,7 +80,6 @@ class BancaDati {
$sth = $this->pdo->prepare($sql);
$sth->execute();
}catch (PDOException $e){
var_dump($e);
die;
}
}