remove a forgotten debug statement
This commit is contained in:
parent
bb3e66073f
commit
582a16d08e
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ finalizeFile filename (FileWriter chunkSize bucket files_id i size acc md5contex
|
|||
, "chunkSize" =: chunkSize
|
||||
, "filename" =: filename
|
||||
]
|
||||
_ <- liftIO $ putStrLn $ "md5 : " ++ (show md5digest)
|
||||
insert_ (files bucket) doc
|
||||
return $ File bucket doc
|
||||
|
||||
|
|
Loading…
Reference in a new issue