File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ const submitNote = (element, idNum) => {
237
237
id: idNum
238
238
}
239
239
addActiveComponentElementNote (payload);
240
- console .log (" Looking for htmlAttributes " , activeComponentObj .value .htmlAttributes );
240
+ // console.log("Looking for htmlAttributes ", activeComponentObj.value.htmlAttributes);
241
241
noteText .value = ' ' ;
242
242
};
243
243
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ const createTemplate = (componentName) => {
108
108
else {
109
109
let routeStr = " " ;
110
110
const arrOfChildComp = componentMap .value [componentName].children ;
111
- // console.log(arrOfChildComp); // testing testing
112
111
arrOfChildComp .forEach ((childName ) => {
113
112
let childNameClass = componentMap .value [childName].htmlAttributes .class ;
114
113
let childNameClassFullStr =
@@ -453,7 +452,6 @@ watch(
453
452
{ deep: true }
454
453
);
455
454
456
- console .log (activeComponentObj .value )
457
455
// mounted()
458
456
// https://vuejs.org/v2/api/#Vue-nextTick
459
457
// kinda like a promise, used for the window resize
You can’t perform that action at this time.
0 commit comments