mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-17 07:21:27 +00:00
Remove unused debugging code
This commit is contained in:
parent
543b2f3dd0
commit
13be296cf0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user