Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Mar 16, 2021
1 parent 4ff70c5 commit 00cf39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pf/dal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ sub db_execute {
unless ($sth && $sth->execute(@bind)) {
my $err = $dbh->err;
my $errstr = $dbh->errstr;
print STDERR "$errstr\n";
pf::db::db_handle_error($err);
$status = mysql_error_to_status_code($err);
if ($err < 2000) {
Expand Down

0 comments on commit 00cf39b

Please sign in to comment.