From 478489bfa2608ea78baadd6f9dcbcff0ee31043c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 25 Oct 2007 16:19:49 +0000 Subject: [PATCH] Debugcode entfernt (Fix zu Bug 768) --- SL/IR.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/IR.pm b/SL/IR.pm index 1d4b90348..44a2db568 100644 --- a/SL/IR.pm +++ b/SL/IR.pm @@ -814,7 +814,6 @@ sub get_vendor { my ($self, $myconfig, $form, $params) = @_; $params = $form unless defined $params && ref $params eq "HASH"; - $main::lxdebug->message(0, Dumper($params)); # connect to database my $dbh = $form->dbconnect($myconfig); -- 2.20.1