summaryrefslogtreecommitdiff
path: root/Command/Info.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-01-23 16:43:26 -0400
committerJoey Hess <joeyh@joeyh.name>2015-01-23 16:43:26 -0400
commitf3ec86a2bdb65c0b0492fc649a39272c42279845 (patch)
tree234e6aea91b070eb0f1511785d50cfd4ba6feeec /Command/Info.hs
parent34835b59de58b99446c510a872bacdb018e6754f (diff)
remove debug print
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 0e66cbce2a..6fb411ec34 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)