aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Youri/Upload/Check/Recency.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Youri/Upload/Check/Recency.pm')
-rw-r--r--lib/Youri/Upload/Check/Recency.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Youri/Upload/Check/Recency.pm b/lib/Youri/Upload/Check/Recency.pm
index 0cf4a85..7e598bf 100644
--- a/lib/Youri/Upload/Check/Recency.pm
+++ b/lib/Youri/Upload/Check/Recency.pm
@@ -1,4 +1,4 @@
-# $Id: Recency.pm 873 2006-04-15 17:04:27Z guillomovitch $
+# $Id$
package Youri::Upload::Check::Recency;
=head1 NAME
@@ -22,7 +22,6 @@ sub run {
croak "Not a class method" unless ref $self;
my $file = $repository->get_install_file($package, $target, $define);
- print "Recency: looking for $file\n" if $self->{_verbose};
if (-f $file) {
$self->{_error} = "Current revision already exists for $target";
return 0;