Skip to content

Commit 0140679

Browse files
committed
comment out debug code
1 parent 700696d commit 0140679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/G8TreeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default class G8TreeView extends Vue {
6666
}
6767

6868
created() {
69-
console.log(`created: ${this.item.name}`);
69+
// console.log(`created: ${this.item.name}`);
7070
}
7171

7272
setState(state: boolean) {

0 commit comments

Comments
 (0)