fix: remove print
This commit is contained in:
parent
5fea5ad15f
commit
a2178733da
@ -80,7 +80,6 @@ class BancaDati {
|
||||
$sth = $this->pdo->prepare($sql);
|
||||
$sth->execute();
|
||||
}catch (PDOException $e){
|
||||
var_dump($e);
|
||||
die;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user