Skip to content

Commit 23d48e5

Browse files
fix: remove debugging log
1 parent e6d2c87 commit 23d48e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

model.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
111111
if err != nil {
112112
panic(fmt.Errorf("failed to move tetrimino down: %w", err))
113113
}
114-
default:
115-
s := fmt.Sprintf("message type: %T\n", msg)
116-
fmt.Print(s)
117114
}
118115

119116
var cmd tea.Cmd

0 commit comments

Comments
 (0)