summaryrefslogtreecommitdiff
path: root/Command/Info.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Info.hs')
-rw-r--r--Command/Info.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Info.hs b/Command/Info.hs
index 0e66cbce2..6fb411ec3 100644
--- a/Command/Info.hs
+++ b/Command/Info.hs
@@ -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)