summaryrefslogtreecommitdiffstats
path: root/bin/mbsyncloop
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mbsyncloop')
-rwxr-xr-xbin/mbsyncloop2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/mbsyncloop b/bin/mbsyncloop
index b96ddae..fe8862c 100755
--- a/bin/mbsyncloop
+++ b/bin/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 {