remove stray 'console' (#2881)

tiny cleanup, closes #2839

### Change Type

- [x] `patch` — Bug fix
pull/2883/head
David Sheldrick 2024-02-20 13:41:58 +00:00 zatwierdzone przez GitHub
rodzic 4a2040f92c
commit d372010ad3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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')