Skip to content

Commit 6bc5179

Browse files
committed
frontend/Frame: remove debug output
1 parent 6987f81 commit 6bc5179

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/pages/Frame.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ class VirtualNetworkInterface {
164164
urlParamsArray.push(['charger', this.chargerInfo.id]);
165165
}
166166
const urlParams = new URLSearchParams(urlParamsArray);
167-
console.log("path", this.path);
168167
iframe.src = `/wg-${this.id}/${this.path}?${urlParams.toString()}`;
169168
iframe.addEventListener("load", () => {
170169
clearTimeout(this.timeout);

0 commit comments

Comments
 (0)