]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/CsvImport.pm
cleanup Methode und Manager für CsvImportReport
[mfinanz.git] / SL / BackgroundJob / CsvImport.pm
index 98aed9c37172b86d9e45b778a1f02434e6dc03e0..5471addb5bdcb2cec3defaa3689e8b158b5ff038 100644 (file)
@@ -51,8 +51,6 @@ sub run {
   $self->{db_obj} = shift;
 
   $self->do_import;
-
-  $self->cleanup;
 }
 
 sub do_import {
@@ -110,10 +108,6 @@ sub track_progress {
   $self->{db_obj}->save;
 }
 
-sub cleanup {
-
-}
-
 1;
 
 __END__