fix(frontend-assist): no coordinates log (slows)

This commit is contained in:
ShiKhu 2021-07-13 19:33:32 +03:00
parent 55d8db1718
commit b784f74f61

View file

@ -68,7 +68,7 @@ export default abstract class BaseScreen {
getInternalCoordinates({ x, y }: Point): Point {
const { x: overlayX, y: overlayY, width } = this.getBoundingClientRect();
console.log("x y ", x,y,'ovx y', overlayX, overlayY, width)
//console.log("x y ", x,y,'ovx y', overlayX, overlayY, width)
const screenWidth = this.overlay.offsetWidth;