mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
remove console.log in tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user