remove logging

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

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

Loading…
Cancel
Save