cleanup debug print
This commit is contained in:
parent
04f02e9f33
commit
75a1c2f91a
1 changed files with 0 additions and 1 deletions
|
@ -307,7 +307,6 @@ prepSendAnnex key = withObjectLoc key indirect direct
|
|||
direct [] = return Nothing
|
||||
direct (f:fs) = do
|
||||
cache <- recordedInodeCache key
|
||||
liftIO $ print ("prepSendAnnex pre cache", cache)
|
||||
-- check that we have a good file
|
||||
ifM (sameInodeCache f cache)
|
||||
( return $ Just (f, sameInodeCache f cache)
|
||||
|
|
Loading…
Add table
Reference in a new issue