Skip to content

Commit

Permalink
Remove errant debug 'print' statement - was only called if something …
Browse files Browse the repository at this point in the history
…went very wrong
  • Loading branch information
gfwilliams committed Oct 17, 2024
1 parent 806d12d commit f415a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jsvar.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ size_t jsvGetCharactersInVar(const JsVar *v) {
)
return (size_t)v->varData.nativeStr.len;

if (f < JSV_NAME_STRING_INT_0) jsiConsolePrintf("F %d\n", f);
assert(f >= JSV_NAME_STRING_INT_0);
assert((JSV_NAME_STRING_INT_0 < JSV_NAME_STRING_0) &&
(JSV_NAME_STRING_0 < JSV_STRING_0) &&
Expand Down

0 comments on commit f415a9f

Please sign in to comment.