Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Dec 19, 2023
1 parent 438bcd4 commit 8a380e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/uscript_encode_dynamic_float.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
FloatStr $= (int(Msg.{{ field.name }}) * 10000000);
}
StrLen = Len(FloatStr);

// TODO: debugging.
`log("{{ message.name }}.{{ field.name }} StrLen:" @ StrLen @ "FloatStr:" @ FloatStr);

Bytes.Length = Bytes.Length + StrLen + 1;
Bytes[I++] = StrLen;
for (StrIdx = 0; StrIdx < StrLen; ++StrIdx)
Expand Down

0 comments on commit 8a380e9

Please sign in to comment.