projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f02e9
)
cleanup debug print
author
Joey Hess
<joey@kitenet.net>
Thu, 28 Mar 2013 18:18:26 +0000
(14:18 -0400)
committer
Joey Hess
<joey@kitenet.net>
Thu, 28 Mar 2013 18:18:26 +0000
(14:18 -0400)
Annex/Content.hs
patch
|
blob
|
history
diff --git
a/Annex/Content.hs
b/Annex/Content.hs
index 91ffe7a48fd82742a5287c9bf987a72259e1b38f..e9d5b6854eaa3b2204d7929e72b2cd68555727da 100644
(file)
--- a/
Annex/Content.hs
+++ b/
Annex/Content.hs
@@
-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)