Remove consoel log
This commit is contained in:
parent
62343dab9f
commit
6db09d4da5
1 changed files with 0 additions and 2 deletions
|
@ -1416,8 +1416,6 @@ export class TLDrawState extends StateManager<Data> {
|
|||
zoomToSelection = (): this => {
|
||||
if (this.selectedIds.length === 0) return this
|
||||
|
||||
console.log('zooming to selection')
|
||||
|
||||
const bounds = TLDR.getSelectedBounds(this.state)
|
||||
|
||||
let zoom = TLDR.getCameraZoom(
|
||||
|
|
Loading…
Reference in a new issue