remove debug print
This commit is contained in:
parent
34835b59de
commit
f3ec86a2bd
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue