Skip to content
Snippets Groups Projects
Commit b694193a authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Removed notification on parsing of each file - was producing too much output.

parent d2ba0c49
No related branches found
No related tags found
No related merge requests found
......@@ -750,7 +750,7 @@ sub store {
my $dir = $self->dir();
foreach my $file (glob("$dir/*.map")) {
print "Parsing results from " . basename($file) . "\n";
#print "Parsing results from " . basename($file) . "\n";
open(FILE, $file);
$total_files++;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment