X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0f2d4920a798878ab2ff60ba11b190854c23c5fb..54e4131e091831e00a861fe2c4f53e344b87ddca:/SL/USTVA.pm?ds=inline diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 51296f1be..84dc4f312 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -861,10 +861,7 @@ sub get_accounts_ustva { my $accno; my $ref; - # Show all $query in Debuglevel LXDebug::QUERY - $callingdetails = (caller (0))[3]; - $main::lxdebug->message(LXDebug::QUERY, "$callingdetails \$query=\n $query"); - + #print $query; my $sth = $dbh->prepare($query); $sth->execute || $form->dberror($query);