mirror of
https://github.com/charmbracelet/crush.git
synced 2025-08-02 05:20:46 +03:00
chore: remove log
This commit is contained in:
@@ -3,7 +3,6 @@ package tui
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"log/slog"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
@@ -259,8 +258,6 @@ func (a *appModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
||||
return a, tea.Batch(cmds...)
|
||||
// Key Press Messages
|
||||
case tea.KeyPressMsg:
|
||||
|
||||
slog.Info("TUI Update", "msg", msg, "key", msg.String())
|
||||
return a, a.handleKeyPressMsg(msg)
|
||||
|
||||
case tea.MouseWheelMsg:
|
||||
|
||||
Reference in New Issue
Block a user