diff options
Diffstat (limited to 'foostats.pl')
| -rw-r--r-- | foostats.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/foostats.pl b/foostats.pl index 9cefc8c..032b847 100644 --- a/foostats.pl +++ b/foostats.pl @@ -365,7 +365,6 @@ package Foostats::Replicator { sub replicate_file ($self, $remote_url, $dest_file, $force) { # $dest_file already exists, not replicating it return if !$force && -f $dest_file; - return # UNDO say "Replicating $remote_url to $dest_file (force:$force)... "; my $response = LWP::UserAgent->new->get($remote_url); |
