Skip to content
Snippets Groups Projects
Commit f9d8f9fd authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Remove debugging output.

parent d261c7e0
No related branches found
No related tags found
No related merge requests found
......@@ -910,8 +910,6 @@ sub fetch_value_from_db {
throw("Need an SQL statement to execute.\n");
}
print "$sql $dba\n";
my $sth = $dba->dbc->prepare($sql);
$sth->execute();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment