aboutsummaryrefslogtreecommitdiffstats
path: root/mbsyncloop
diff options
context:
space:
mode:
Diffstat (limited to 'mbsyncloop')
-rwxr-xr-xmbsyncloop2
1 files changed, 0 insertions, 2 deletions
diff --git a/mbsyncloop b/mbsyncloop
index b96ddae..fe8862c 100755
--- a/mbsyncloop
+++ b/mbsyncloop
@@ -48,7 +48,6 @@ while (1) {
sub sync {
my ($channel) = @_;
- warn "syncing $channel";
while (1) {
my $status = system("mbsync -c ~/.mbsyncloop $channel");
if (!$status) {
@@ -57,7 +56,6 @@ sub sync {
}
sleep 5;
}
- warn "done syncing $channel";
}
sub idle {