Skip to content

Commit c981a19

Browse files
committed
deleted console logs
1 parent 0ea67da commit c981a19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/right-sidebar/CodeSnippet.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ export default {
156156
157157
// Iterates through active component's HTML elements list and adds to code snippet
158158
let htmlArr = this.componentMap[componentName].htmlList;
159-
console.log("ALERT")
160-
console.log(htmlArr[0].class)
161-
console.log(htmlArr[0].children)
162159
let outputStr = ``;
163160
// eslint-disable-next-line no-unused-vars
164161
for (let el of htmlArr) {

0 commit comments

Comments
 (0)