Skip to content

Commit 9d818de

Browse files
kerlwJ-Rojas
authored andcommitted
remove log
1 parent 6c9f0db commit 9d818de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/component.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ export default {
3737
const head = document.createComment(`fragment#${this.name}#head`)
3838
const tail = document.createComment(`fragment#${this.name}#tail`)
3939

40-
console.log("== mounted ==", this.name)
41-
4240
container.__head = head
4341
container.__tail = tail
4442

@@ -61,7 +59,7 @@ export default {
6159
}
6260

6361
Array.from(container.childNodes)
64-
.forEach(node => container.appendChild(node))
62+
.forEach(node => container.appendChild(node))
6563

6664
parent.removeChild(container)
6765

0 commit comments

Comments
 (0)