remove logging

pull/7738/head
Rich Harris 8 years ago
parent a4e28a7499
commit 789f04c5e3

@ -202,7 +202,6 @@ describe("runtime", () => {
if (config.error && !unintendedError) { if (config.error && !unintendedError) {
config.error(assert, err); config.error(assert, err);
} else { } else {
console.log('???');
showOutput(cwd, shared); // eslint-disable-line no-console showOutput(cwd, shared); // eslint-disable-line no-console
throw err; throw err;
} }

Loading…
Cancel
Save