removed console log from runner

This commit is contained in:
Eric Rowell
2013-09-04 09:06:18 -07:00
parent db43c1a694
commit e5cdaff1d1

View File

@@ -44,7 +44,6 @@
} }
beforeEach(function(){ beforeEach(function(){
console.log(this)
var title = document.createElement('h2'), var title = document.createElement('h2'),
test = this.currentTest; test = this.currentTest;