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 0a28564 commit 063a690Copy full SHA for 063a690
frontend/src/ts/commandline/commandline.ts
@@ -436,7 +436,6 @@ async function showCommands(): Promise<void> {
436
}
437
438
async function updateActiveCommand(): Promise<void> {
439
- console.log("updating active command");
440
if (isAnimating) return;
441
442
const elements = [
@@ -486,7 +485,6 @@ function handleInputSubmit(): void {
486
485
487
488
async function runActiveCommand(): Promise<void> {
489
- console.log("running active command");
490
491
if (activeCommand === null) return;
492
const command = activeCommand;
0 commit comments