remove logging

pull/626/head
Rich Harris 8 years ago
parent 3e5f8d05c5
commit 6227745467

@ -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