remove debug prints
This commit is contained in:
parent
e1dba0c3dc
commit
2a4dad8bd4
1 changed files with 0 additions and 2 deletions
|
@ -247,9 +247,7 @@ safeToAdd delayadd pending inprocess = do
|
|||
let inprocess' = inprocess ++ catMaybes (map mkinprocess $ zip pending keysources)
|
||||
openfiles <- S.fromList . map fst3 . filter openwrite <$>
|
||||
findopenfiles (map keySource inprocess')
|
||||
liftIO $ print openfiles
|
||||
let checked = map (check openfiles) inprocess'
|
||||
liftIO $ print checked
|
||||
|
||||
{- If new events are received when files are closed,
|
||||
- there's no need to retry any changes that cannot
|
||||
|
|
Loading…
Reference in a new issue