Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jankuss committed Dec 19, 2020
1 parent 1b1a8a9 commit 2cef1a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/objects/furniture/BaseFurniture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export class BaseFurniture
if (this._refreshZIndex) {
this._refreshZIndex = false;
this._updateZIndex();
console.log(this.zIndex);
}
});
}
Expand Down

0 comments on commit 2cef1a7

Please sign in to comment.