remove debugging logging

pull/1392/head
Rich Harris 7 years ago
parent a191097467
commit afb6d07991

@ -60,9 +60,6 @@ describe('svelte-cli', () => {
};
});
console.log(actual);
console.log(expected);
actual.forEach((a, i) => {
const e = expected[i];

Loading…
Cancel
Save