From 25e40bd04c8f21a7a01fd3a291a93a8cd158b5e8 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 26 Mar 2024 00:53:57 +0800 Subject: [PATCH] rm console.log --- html/src/components/terminal/xterm/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/html/src/components/terminal/xterm/index.ts b/html/src/components/terminal/xterm/index.ts index 1b955612..a35c16c4 100644 --- a/html/src/components/terminal/xterm/index.ts +++ b/html/src/components/terminal/xterm/index.ts @@ -304,7 +304,6 @@ export class Xterm { new URLSearchParams(window.location.search) as unknown as Iterable<[string, string]> ); for (const [k, queryVal] of queryObj) { - console.log(k, queryVal); if (queryVal === null) { continue; }