mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-25 18:55: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
|