Remove log
This commit is contained in:
parent
3022f3b387
commit
8ed2227280
|
@ -191,7 +191,6 @@ export const makeComponentUnique = component => {
|
|||
component._children?.forEach(x => generateIdReplacements(x, replacements))
|
||||
}
|
||||
generateIdReplacements(component, idReplacements)
|
||||
console.log(idReplacements)
|
||||
|
||||
// Replace all instances of this ID in HBS bindings
|
||||
let definition = JSON.stringify(component)
|
||||
|
|
Loading…
Reference in New Issue