mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-25 02:35:15 +00:00
2 lines
97 B
Nim
2 lines
97 B
Nim
template ifDebug*(actions: untyped): untyped =
|
|
when not defined(release): actions else: discard |