From: Sven Schöling Date: Thu, 25 Oct 2007 16:19:49 +0000 (+0000) Subject: Debugcode entfernt (Fix zu Bug 768) X-Git-Tag: release-2.6.0beta1~461 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=478489bfa2608ea78baadd6f9dcbcff0ee31043c;p=kivitendo-erp.git Debugcode entfernt (Fix zu Bug 768) --- 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);