Skip to content

Commit 54ac9cd

Browse files
committed
another
1 parent 8a90af5 commit 54ac9cd

File tree

1 file changed

+0
-2
lines changed
  • packages/svelte/tests/runtime-legacy/samples/ondestroy-prop-access

1 file changed

+0
-2
lines changed

packages/svelte/tests/runtime-legacy/samples/ondestroy-prop-access/_config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ export default test({
3636
btn1.click();
3737
});
3838

39-
console.warn(logs);
40-
4139
// the five components guarded by `count < 2` unmount and log
4240
assert.deepEqual(logs, [1, true, 1, true, 1, true, 1, true, 1, true]);
4341

0 commit comments

Comments
 (0)