aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-01-04 06:09:03 -0500
committerJesse Luehrs <doy@tozt.net>2022-01-04 06:09:03 -0500
commita075e469385daa11edb0de9d402b407f00c0134e (patch)
tree5f2a00f510de59a93c4fb9aff0e90821a3b72f61
parent206101f51e57b5ce128177f6a8be1f4e12f1dce8 (diff)
downloadmbsyncloop-a075e469385daa11edb0de9d402b407f00c0134e.tar.gz
mbsyncloop-a075e469385daa11edb0de9d402b407f00c0134e.zip
remove debugging
-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 {