log touchups

This commit is contained in:
Tim
2024-02-12 20:19:10 -04:00
parent 4c5267d279
commit b005aae6e6
2 changed files with 0 additions and 2 deletions

View File

@@ -223,7 +223,6 @@ function doHandleDrawingEvent(id, event) {
invokeCallbacks(shapeCallbacks[id], 'onPoints', id, points)
}
} else if (event === 'properties_changed') {
console.log('id in shapes', id in shapeCallbacks, id, shapeCallbacks)
if (id in shapeCallbacks) {
const props = shape.getProperties()
// console.log('props', props)