From 6a347a0ebee8c2d23b9deca0f404a94c15e2f9ee Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Wed, 29 Apr 2015 16:04:32 +0100 Subject: [PATCH] remove debugging from tests --- services/clsi/test/unit/coffee/CompileManagerTests.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/services/clsi/test/unit/coffee/CompileManagerTests.coffee b/services/clsi/test/unit/coffee/CompileManagerTests.coffee index 8923dea02f..d5644b6bb9 100644 --- a/services/clsi/test/unit/coffee/CompileManagerTests.coffee +++ b/services/clsi/test/unit/coffee/CompileManagerTests.coffee @@ -71,7 +71,6 @@ describe "CompileManager", -> .should.equal true it "should return the output files", -> - console.log 'output_files', @build_files @callback.calledWith(null, @build_files).should.equal true describe "clearProject", ->