mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-01 05:27:18 +00:00
e5df8c50d3
* style: nph setup * chore: formates codex/ and tests/ folder with nph 0.6.1
11 lines
235 B
Nim
11 lines
235 B
Nim
when not defined(nimscript):
|
|
import pkg/codex/logutils
|
|
|
|
proc ignoreLogging(level: LogLevel, message: LogOutputStr) =
|
|
discard
|
|
|
|
defaultChroniclesStream.output.writer = ignoreLogging
|
|
|
|
{.warning[UnusedImport]: off.}
|
|
{.used.}
|