Skip to content

Commit

Permalink
remove io.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Jul 12, 2024
1 parent 201de6f commit dff49af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gladvent/internal/cmd/run.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ fn decode_gleam_err(dyn: dynamic.Dynamic) {
decode.optional(decode.dynamic),
)
|> decode.from(dyn)
|> io.debug
}

import gleam/io
Expand Down

0 comments on commit dff49af

Please sign in to comment.