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

removed test prints.

parent eb9a6fa9
No related branches found
No related tags found
No related merge requests found
......@@ -183,10 +183,8 @@ sub run {
if ( $checkdownload ) {
my $check_file = "$dir/$file" ;
print "FILE:$check_file\n";
$check_file =~s/\.gz//;
$check_file =~s/\.Z//;
print "FILE:$check_file\n";
print "checking for file $check_file\n" ;
if (-e "$check_file" ) {
print "SKIPPING $file because file $check_file already exists\n" ;
......
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