From bc9ca701e39cee3f2e3a45ed9104c3d21353fd0c Mon Sep 17 00:00:00 2001 From: battilo Date: Mon, 4 Sep 2017 21:36:47 +0200 Subject: [PATCH] tolto dump @din --- LoadCSVData.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LoadCSVData.pl b/LoadCSVData.pl index a08f87e..0434a8b 100644 --- a/LoadCSVData.pl +++ b/LoadCSVData.pl @@ -259,10 +259,10 @@ while (my $line = ) { $CSVData[$idx++] = join( ';', splice(@NewData, 0, $ch)); } #print Dumper \@NewData; - print Dumper \@din; + #print Dumper \@din; } elsif ($tooltype eq "LOC") { if (!defined $din[0]) { - print getTimeStamp("log") . " - pid $$ >> Found Din not defined.\n"; + print getTimeStamp("log") . " - pid $$ >> Din not defined.\n"; print getTimeStamp("log") . " - pid $$ >> Execution ended.\n"; exit; };