summaryrefslogtreecommitdiffstats
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
commitceac55f8e4185820fe04ad9d9cc188cbde2cc709 (patch)
treefbbe9b61da7c83eb0830107778f62fddc64c74b1
parent508a87247eaeda48fcd87e3662fa866100703da4 (diff)
downloadconf-ceac55f8e4185820fe04ad9d9cc188cbde2cc709.tar.gz
conf-ceac55f8e4185820fe04ad9d9cc188cbde2cc709.zip
remove debugging
-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 {