remove this log lol
This commit is contained in:
parent
66850f3f86
commit
daca11cbd4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user