remove stray 'console' (#2881)

tiny cleanup, closes #2839

### Change Type

- [x] `patch` — Bug fix
This commit is contained in:
David Sheldrick 2024-02-20 13:41:58 +00:00 committed by GitHub
parent 4a2040f92c
commit d372010ad3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,6 @@ export class Pointing extends StateNode {
if (this.editor.inputs.isDragging) {
const handles = this.editor.getShapeHandles(this.shape)
console
if (!handles) {
if (this.markId) this.editor.bailToMark(this.markId)
throw Error('No handles found')