summaryrefslogtreecommitdiff
path: root/Command/AddUrl.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/AddUrl.hs')
-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