diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-23 16:43:26 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-23 16:43:26 -0400 |
commit | c3c722cf7c99d9b6708664bdea440b2e77d7564e (patch) | |
tree | 1c40c7c2f5d25cee30cc0f091c8600b13faacb26 /Command | |
parent | b28fe901502e65a425f8e281a5757fabc4cf8eac (diff) |
remove debug print
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Info.hs | 1 |
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) |