From f0bf337cfbc329b4d12333b66595b561c4d61ec3 Mon Sep 17 00:00:00 2001 From: Alessandro Battilani Date: Sun, 19 Dec 2021 16:49:20 +0100 Subject: [PATCH] allineato a cloud script --- LoadCSVData.pl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/LoadCSVData.pl b/LoadCSVData.pl index 6c4ac31..6fb3e10 100755 --- a/LoadCSVData.pl +++ b/LoadCSVData.pl @@ -519,7 +519,6 @@ while ( my $line = ) { getNodesType(); $CR1000X_fcheck = 1; } - if ( $unittype eq 'G301' and $G301_fcheck eq 0 ) { print getTimeStamp("log") . " - pid $$ >> Found $tooltype tool name: $tool\n"; @@ -542,16 +541,9 @@ while ( my $line = ) { foreach my $ch (@channels) { $CSVData[ $idx++ ] = join( ';', splice( @NewData, 0, $ch ) ); - } } - - #print Dumper \@CSVData; - #print Dumper \@channels; - #print Dumper \@din; - } - elsif ( $tooltype eq "CR1000X" ) { # può essere tolto per attivarlo @CSVData = split( /\|/, $NodeData );