* Remove debug statement.

This commit is contained in:
Eelco Dolstra 2007-06-04 12:03:33 +00:00
parent 40b6f06f09
commit f3ebd03bb1
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ else { # Copy FROM the remote machine.
if (!defined $storePathsSeen{$_}) {
push @allStorePaths, $_;
$storePathsSeen{$_} = 1;
print "GOT $_\n";
}
}