Skip to content

Commit

Permalink
chore: rm dbg logs
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Apr 26, 2024
1 parent e1980e1 commit c8e9643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ func main() {
fmt.Fprintf(&j, "%v", stxt)
err := json.Unmarshal([]byte(j.String()), &e)
if err == nil {
slog.Info("[event]", "v", e)
handleEvent(e)
j.Reset()
}
Expand Down

0 comments on commit c8e9643

Please sign in to comment.