Skip to content

Commit

Permalink
Remove debug messages from Suite that should not have been committed. F…
Browse files Browse the repository at this point in the history
…ixes theintern#4.
  • Loading branch information
csnover committed Feb 16, 2013
1 parent 8cced30 commit 54a6d47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ define([
var test = tests[i++];
if (test) {
call('beforeEach').then(function () {
console.log('Run test', test.id);
test.run().always(function () {
console.log('Finish test', test.id);
call('afterEach').then(runNextTest);
});
});
Expand Down

0 comments on commit 54a6d47

Please sign in to comment.