remove this log lol

This commit is contained in:
Evert Prants 2022-04-03 17:11:48 +03:00
parent 66850f3f86
commit daca11cbd4
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ export class ViewCanvas {
private _getPlacerAtWaiter = debounce(
(x: number, y: number, order: number) => {
console.log(this._placerRequestTime);
if (this._placerRequestTime === order) {
this._getPlacerFn(x, y).then((placer) => {
if (placer && this._placerRequestTime === order) {