Remove unused debugging code

This commit is contained in:
jangko 2023-12-14 10:09:01 +07:00
parent 543b2f3dd0
commit 13be296cf0
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ template roundtripChecks*(Format: type, value: auto, expectedResult: auto) =
try:
const typeName = typetraits.name(type(origValue))
{.warning: "WWW: " & typeName.}
let decoded = Format.decode(serialized, type(origValue))
checkpoint "(decoded value): " & repr(decoded)