remove leftover console.trace

This commit is contained in:
りき萌 2025-09-10 18:15:40 +02:00
parent ab7f576dea
commit efaba55b54

View file

@ -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 },