1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +12:00

Remove log

This commit is contained in:
Andrew Kingston 2022-11-23 12:33:14 +00:00
parent 3022f3b387
commit 8ed2227280

View file

@ -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)