X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/b6dc5623d93c1be1c54248d4512e80f495af2899..cdfebb5085afaf1fe0f0278ca6172d5fe009bd9c:/SL/IR.pm 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);