diff --git a/maptab.ts b/maptab.ts index f4ae0ce..6cb745e 100644 --- a/maptab.ts +++ b/maptab.ts @@ -21,7 +21,6 @@ const state = { const xx = this.selectedPatch%overviewW; const yy = Math.floor(this.selectedPatch/overviewW); const cell = (yy+patchH*Math.floor(i/patchW))*overviewW*patchW+xx*patchW+i%patchW; - console.log({i, cell, xx, yy}); this.map[cell] = [sprsheet, sprite]; }, get patch() {