diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-14 19:16:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-14 19:16:47 +0200 |
| commit | fab0ce8907bc8d980725f613eb43502e244f04b0 (patch) | |
| tree | 405a487e66a638c9b919734eca2b1a16948cfda8 | |
| parent | 4323aecb882ae546e13e964780a0901a7e12b56b (diff) | |
undo
| -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); |
