From a928d0341bf19d1e4842021597395de37ae495aa Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 3 Mar 2011 09:36:59 +0100 Subject: [PATCH] =?utf8?q?=C3=9Cberfl=C3=BCssige=20Zeilen=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/CsvImport/Part.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/SL/Controller/CsvImport/Part.pm b/SL/Controller/CsvImport/Part.pm index 45f479485..6de1a079b 100644 --- a/SL/Controller/CsvImport/Part.pm +++ b/SL/Controller/CsvImport/Part.pm @@ -103,9 +103,6 @@ sub check_objects { return unless @{ $self->controller->data }; foreach my $entry (@{ $self->controller->data }) { - my $object = $entry->{object}; - my $raw_data = $entry->{raw_data}; - next unless $self->check_buchungsgruppe($entry); next unless $self->check_type($entry); next unless $self->check_unit($entry); -- 2.20.1