cleanup Methode und Manager für CsvImportReport
[kivitendo-erp.git] / SL / BackgroundJob / CsvImport.pm
index 98aed9c..5471add 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__