Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed Mar 25, 2024
1 parent 651933c commit 25e40bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion html/src/components/terminal/xterm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 25e40bd

Please sign in to comment.