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:
|
try:
|
||||||
const typeName = typetraits.name(type(origValue))
|
const typeName = typetraits.name(type(origValue))
|
||||||
{.warning: "WWW: " & typeName.}
|
|
||||||
|
|
||||||
let decoded = Format.decode(serialized, type(origValue))
|
let decoded = Format.decode(serialized, type(origValue))
|
||||||
checkpoint "(decoded value): " & repr(decoded)
|
checkpoint "(decoded value): " & repr(decoded)
|
||||||
|
|
Loading…
Reference in New Issue