remove debugging from tests

This commit is contained in:
Brian Gough
2015-04-29 16:04:32 +01:00
parent 9892751ff6
commit fd6386207b

View File

@@ -71,7 +71,6 @@ describe "CompileManager", ->
.should.equal true .should.equal true
it "should return the output files", -> it "should return the output files", ->
console.log 'output_files', @build_files
@callback.calledWith(null, @build_files).should.equal true @callback.calledWith(null, @build_files).should.equal true
describe "clearProject", -> describe "clearProject", ->