Remove consoel log

This commit is contained in:
Steve Ruiz 2021-10-17 09:48:22 +01:00
parent 62343dab9f
commit 6db09d4da5

View file

@ -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(