remove redundant logging
[cloudstore.git] / lib / CloudStore / Store.pm
index a2cc6a8..520fe48 100644 (file)
@@ -268,7 +268,7 @@ sub rsync_log {
                my $pid = $1;
                $self->cleanup_pid( $pid );
        } else {
-               warn "## rsync_log $data";
+               warn "## rsync_log $data" if $ENV{DEBUG};
        }
 }