remove logging

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

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