]> wagnertech.de Git - mfinanz.git/blobdiff - SL/GL.pm
Merge von 853 aus unstable: Korrektur
[mfinanz.git] / SL / GL.pm
index 3b0e74e829eb7b12f8d4ada7340a7bb574d2f484..1cc3d3447f30caa9e5952f8bf9d9a5b17821b1d5 100644 (file)
--- a/SL/GL.pm
+++ b/SL/GL.pm
@@ -496,7 +496,6 @@ sub all_transactions {
 #       }
     }
        
-    #    print(STDERR Dumper($ref));
 
   }
   push @{ $form->{GL} }, $ref;
@@ -520,7 +519,6 @@ sub all_transactions {
     ($form->{gifi_account_description}) = $sth->fetchrow_array;
     $sth->finish;
   }
-  print(STDERR Dumper($form->{GL}));
   $main::lxdebug->leave_sub();
 
   $dbh->disconnect;