Removed comment

This commit is contained in:
Dean 2024-01-26 10:13:25 +00:00
parent 827477e6bd
commit fbe9c41bee
1 changed files with 0 additions and 1 deletions

View File

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