Skip to content

Commit

Permalink
DEV: removes verbose logging from test_helper (discourse#7648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux authored May 30, 2019
1 parent 0ba4ea9 commit 11ab3c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/javascripts/test_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,7 @@ function resetSite(siteSettings, extras) {
Discourse.Site.resetCurrent(Discourse.Site.create(siteAttrs));
}

QUnit.testDone(function(ctx) {
console.log("-- " + ctx.runtime);
});

QUnit.testStart(function(ctx) {
console.log(ctx.module + " -> " + ctx.name);
server = pretender.default();

if (ctx.module.startsWith(acceptanceModulePrefix)) {
Expand Down

0 comments on commit 11ab3c6

Please sign in to comment.