mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-11 10:03:12 +00:00
2 lines
97 B
Nim
2 lines
97 B
Nim
template ifDebug*(actions: untyped): untyped =
|
|
when not defined(release): actions else: discard |