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 );