remove console.log in tests

This commit is contained in:
Tim Alby
2018-10-05 16:24:28 +01:00
parent 7b4b75b51a
commit c00a0a435d

View File

@@ -194,7 +194,6 @@ describe "CompileController", ->
.should.equal true
it "should set the content-disposition header with a safe version of the project name", ->
console.log @res.setContentDisposition.args[0]
@res.setContentDisposition
.calledWith('', filename: "test_nam_.pdf")
.should.equal true