remove debug print
This commit is contained in:
parent
e3df7ae212
commit
afb21353c8
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ sameFileStatus key status = do
|
|||
(Just o, Just c) -> compareInodeCaches o c
|
||||
(Nothing, Nothing) -> return True
|
||||
_ -> return False
|
||||
liftIO $ print ("sameFileStatus", old, curr, r)
|
||||
return r
|
||||
|
||||
{- If the inodes have changed, only the size and mtime are compared. -}
|
||||
|
|
Loading…
Reference in a new issue