Skip to content

Commit ee1d211

Browse files
committed
Fix stray echo
1 parent 190f190 commit ee1d211

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jsony.nim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ proc parseHook*(s: string, i: var int, v: var SomeFloat) =
127127
eatSpace(s, i)
128128
let chars = parseutils.parseFloat(s, f, i)
129129
if chars == 0:
130-
echo s[i - 10 .. i + 10]
131130
error("Failed to parse a float.", i)
132131
i += chars
133132
v = f

0 commit comments

Comments
 (0)