Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Jul 16, 2020
1 parent 23e8ea3 commit bda1550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pretty.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ end
pretty(str; kw...) = pretty(stdout, str; kw...)
pretty(out::IO, x) = pretty(out, JSON3.write(x))
function pretty(out::IO, str::String, indent=0, offset=0; kw...)
@show str
buf = codeunits(str)
len = length(buf)
if len == 0
Expand Down

0 comments on commit bda1550

Please sign in to comment.