Skip to content

Commit

Permalink
Don't print things unless explicitly asked for
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Feb 3, 2025
1 parent f59921c commit b9483bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/SReview/Files/Collection/SFTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ sub store_file {
}
substr($buf, 0, $rc) = '';
}
print ".";
if($self->download_verbose) {
print ".";
}
}
return $self->SUPER::store_file;
}
Expand Down

0 comments on commit b9483bd

Please sign in to comment.