summaryrefslogtreecommitdiff
path: root/Command/Info.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-23 16:43:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-23 16:43:26 -0400
commitc3c722cf7c99d9b6708664bdea440b2e77d7564e (patch)
tree1c40c7c2f5d25cee30cc0f091c8600b13faacb26 /Command/Info.hs
parentb28fe901502e65a425f8e281a5757fabc4cf8eac (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 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)