remove leftover console.trace
This commit is contained in:
parent
ab7f576dea
commit
efaba55b54
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ class Session extends EventTarget {
|
||||||
}
|
}
|
||||||
|
|
||||||
sendViewport({ left, top, right, bottom }) {
|
sendViewport({ left, top, right, bottom }) {
|
||||||
console.trace({ left, top, right, bottom });
|
|
||||||
this.#sendJson({
|
this.#sendJson({
|
||||||
request: "viewport",
|
request: "viewport",
|
||||||
topLeft: { x: left, y: top },
|
topLeft: { x: left, y: top },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue