remove leftover debug print
This commit is contained in:
parent
a8643ca44c
commit
52fe8a17f3
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ url2file :: URI -> IO FilePath
|
||||||
url2file url = do
|
url2file url = do
|
||||||
whenM (doesFileExist file) $
|
whenM (doesFileExist file) $
|
||||||
error $ "already have this url in " ++ file
|
error $ "already have this url in " ++ file
|
||||||
liftIO $ print file
|
|
||||||
return file
|
return file
|
||||||
where
|
where
|
||||||
file = escape $ uriRegName auth ++ uriPath url ++ uriQuery url
|
file = escape $ uriRegName auth ++ uriPath url ++ uriQuery url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue