Remove unneeded/broken stream.resume()

This commit is contained in:
James Allen 2014-04-10 12:57:49 +01:00
parent 049dcc2780
commit 573c877a57

View file

@ -94,9 +94,6 @@ module.exports =
logger.log project_id:project_id, file_id:file_id, dumpPath:dumpPath, "tpds update write stream finished"
callback null, dumpPath
stream.resume()
readFileIntoTextArray = (path, callback)->
fs.readFile path, "utf8", (error, content = "") ->
if error?