Remove console.log

This commit is contained in:
probablycorey 2013-10-24 15:04:38 -07:00
parent 48fbdc69fb
commit c424f7bafa

View File

@ -425,7 +425,6 @@ describe "Project", ->
resultHandler = jasmine.createSpy("result found")
waitsForPromise ->
project.scan /dollar/, (results) ->
console.log results
resultHandler()
runs ->