Skip to content

Commit 063a690

Browse files
committed
chore: remove console logs
1 parent 0a28564 commit 063a690

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/ts/commandline/commandline.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ async function showCommands(): Promise<void> {
436436
}
437437

438438
async function updateActiveCommand(): Promise<void> {
439-
console.log("updating active command");
440439
if (isAnimating) return;
441440

442441
const elements = [
@@ -486,7 +485,6 @@ function handleInputSubmit(): void {
486485
}
487486

488487
async function runActiveCommand(): Promise<void> {
489-
console.log("running active command");
490488
if (isAnimating) return;
491489
if (activeCommand === null) return;
492490
const command = activeCommand;

0 commit comments

Comments
 (0)