We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6987f81 commit 6bc5179Copy full SHA for 6bc5179
frontend/src/pages/Frame.tsx
@@ -164,7 +164,6 @@ class VirtualNetworkInterface {
164
urlParamsArray.push(['charger', this.chargerInfo.id]);
165
}
166
const urlParams = new URLSearchParams(urlParamsArray);
167
- console.log("path", this.path);
168
iframe.src = `/wg-${this.id}/${this.path}?${urlParams.toString()}`;
169
iframe.addEventListener("load", () => {
170
clearTimeout(this.timeout);
0 commit comments