remove leftover logging

pull/7738/head
Rich Harris 7 years ago
parent 4003b3fd82
commit a1ec36414e

@ -12,11 +12,9 @@ export default {
`,
test(assert, component, target) {
console.group('set');
component.set({
things: [0, 0, 0]
});
console.groupEnd();
assert.htmlEqual(target.innerHTML, `
<p>0</p>

Loading…
Cancel
Save