1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +12:00

Removed comment

This commit is contained in:
Dean 2024-01-26 10:13:25 +00:00
parent 827477e6bd
commit fbe9c41bee

View file

@ -1104,7 +1104,6 @@ export const getAllStateVariables = () => {
} }
}) })
}) })
console.log("STATE BINDINGS ", Array.from(bindingSet))
return Array.from(bindingSet) return Array.from(bindingSet)
} }