From ceac55f8e4185820fe04ad9d9cc188cbde2cc709 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 4 Jan 2022 06:09:03 -0500 Subject: remove debugging --- bin/mbsyncloop | 2 -- 1 file changed, 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 { -- cgit v1.2.3-54-g00ecf