summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-15 13:12:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-15 13:12:17 -0400
commit52fe8a17f381a45288c6db7d2d92d3b32c47a472 (patch)
tree42d32a92e7c20d51117c338109732743538dd072 /Command
parenta8643ca44c49cc945f0ecb0e02c2946595415054 (diff)
remove leftover debug print
Diffstat (limited to 'Command')
-rw-r--r--Command/AddUrl.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs
index 75ca74031..027c508bc 100644
--- a/Command/AddUrl.hs
+++ b/Command/AddUrl.hs
@@ -65,7 +65,6 @@ url2file :: URI -> IO FilePath
url2file url = do
whenM (doesFileExist file) $
error $ "already have this url in " ++ file
- liftIO $ print file
return file
where
file = escape $ uriRegName auth ++ uriPath url ++ uriQuery url