removed console log spam

This commit is contained in:
Tim
2024-04-04 13:39:38 -04:00
parent 325ddb6c85
commit 34ac736fad

View File

@@ -250,7 +250,7 @@ function drawingEventWorker() {
} }
function doHandleDrawingEvent(id, event) { function doHandleDrawingEvent(id, event) {
console.log('drawing event', id, event) // console.log('drawing event', id, event)
const shape = event === 'remove' ? null : chart.getShapeById(id); const shape = event === 'remove' ? null : chart.getShapeById(id);
if (event === 'create') { if (event === 'create') {
const co = useChartOrderStore(); const co = useChartOrderStore();