summaryrefslogtreecommitdiff
path: root/Assistant/Threads/Committer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Threads/Committer.hs')
-rw-r--r--Assistant/Threads/Committer.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Assistant/Threads/Committer.hs b/Assistant/Threads/Committer.hs
index 946726c79..62058f4f4 100644
--- a/Assistant/Threads/Committer.hs
+++ b/Assistant/Threads/Committer.hs
@@ -205,15 +205,6 @@ safeToAdd st changes = runThreadState st $
openfiles <- S.fromList . map fst3 . filter openwrite <$>
liftIO (Lsof.queryDir tmpdir)
- -- TODO this is here for debugging a problem on
- -- OSX, and is pretty expensive, so remove later
- liftIO $ debug thisThread
- [ "checking changes:"
- , show changes
- , "vs open files:"
- , show openfiles
- ]
-
let checked = map (check openfiles) changes
{- If new events are received when files are closed,