remove debug print

This commit is contained in:
Joey Hess 2015-01-23 16:43:26 -04:00
parent 34835b59de
commit f3ec86a2bd

View file

@ -108,7 +108,6 @@ itemInfo p = ifM (isdir p)
Right r -> remoteInfo r
Left _ -> do
v' <- Remote.nameToUUID' p
liftIO $ print v'
case v' of
Right u -> uuidInfo u
Left _ -> maybe noinfo (fileInfo p)