mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 08:25:05 +08:00
chore: remove console logs
This commit is contained in:
parent
0a285641b2
commit
063a6901a6
1 changed files with 0 additions and 2 deletions
|
|
@ -436,7 +436,6 @@ async function showCommands(): Promise<void> {
|
|||
}
|
||||
|
||||
async function updateActiveCommand(): Promise<void> {
|
||||
console.log("updating active command");
|
||||
if (isAnimating) return;
|
||||
|
||||
const elements = [
|
||||
|
|
@ -486,7 +485,6 @@ function handleInputSubmit(): void {
|
|||
}
|
||||
|
||||
async function runActiveCommand(): Promise<void> {
|
||||
console.log("running active command");
|
||||
if (isAnimating) return;
|
||||
if (activeCommand === null) return;
|
||||
const command = activeCommand;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue