Skip to content

Commit

Permalink
chore: remove log.Printf from eventLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Nov 12, 2024
1 parent 2f82af7 commit f829da9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tea.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"fmt"
"image/color"
"io"
"log"
"os"
"os/signal"
"runtime"
Expand Down Expand Up @@ -426,8 +425,6 @@ func (p *Program) eventLoop(model Model, cmds chan Cmd) (Model, error) {
continue
}

log.Printf("msg: %T", msg)

// Handle special internal messages.
switch msg := msg.(type) {
case QuitMsg:
Expand Down

0 comments on commit f829da9

Please # to comment.