Skip to content

Commit

Permalink
remove leftover logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 24, 2018
1 parent ece6aeb commit f46366c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtime/samples/each-block-index-only/_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f46366c

Please sign in to comment.