From c00a0a435daa57dfd43363e5b92003035249d8f7 Mon Sep 17 00:00:00 2001 From: Tim Alby Date: Fri, 5 Oct 2018 16:24:28 +0100 Subject: [PATCH] remove console.log in tests --- .../web/test/unit/coffee/Compile/CompileControllerTests.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/services/web/test/unit/coffee/Compile/CompileControllerTests.coffee b/services/web/test/unit/coffee/Compile/CompileControllerTests.coffee index 103a1f9eea..0d070d687e 100644 --- a/services/web/test/unit/coffee/Compile/CompileControllerTests.coffee +++ b/services/web/test/unit/coffee/Compile/CompileControllerTests.coffee @@ -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