From 167da965b955c75796797bc8e07dcd157e67ac82 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Sep 2020 14:22:56 -0400 Subject: [PATCH] remove obsolete comment --- Command/Sync.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Command/Sync.hs b/Command/Sync.hs index 39b454d0fc..75c6be258c 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -685,8 +685,6 @@ seekSyncContent o rs currbranch = do go (Left bloom) mvar (AssociatedFile Nothing) k go ebloom mvar af k = do - -- Run syncFile as a command action so file transfers run - -- concurrently. let ai = OnlyActionOn k (ActionItemKey k) startingNoMessage ai $ do whenM (syncFile ebloom rs af k) $