From f790c80ac150ea6f8ff911fa0b87c9fd908948bc Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 2 Mar 2007 10:47:34 +0000 Subject: [PATCH] Debugcode --- SL/OE.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/SL/OE.pm b/SL/OE.pm index e8756affa..609f8a9f1 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -121,8 +121,6 @@ sub transactions { $sth->execute(@values) || $form->dberror($query . " (" . join(", ", @values) . ")"); - dump_query(0, "laqje", $query, @values); - my %id = (); while (my $ref = $sth->fetchrow_hashref(NAME_lc)) { $ref->{exchangerate} = 1 unless $ref->{exchangerate}; -- 2.39.5