Skip to content
Snippets Groups Projects
Commit 44939897 authored by Ian Longden's avatar Ian Longden
Browse files

Remove general messages to STDERR

parent 5bda6b89
No related branches found
No related tags found
No related merge requests found
......@@ -19,13 +19,11 @@ sub run {
my $file = @{$files}[0];
my $file_desc = @{$files}[1];
print STDERR "GO file to parse, $file\n";
#
# Get the descriptions from the desc file.
#
print STDERR "getting filehandle for description file, $file_desc\n";
my $go_io = $self->get_filehandle($file_desc);
if ( !defined $go_io ) {
......
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