diff --git a/chronos.nim b/chronos.nim index 7388f16..a380485 100644 --- a/chronos.nim +++ b/chronos.nim @@ -6,6 +6,5 @@ # Apache License, version 2.0, (LICENSE-APACHEv2) # MIT license (LICENSE-MIT) import chronos/[asyncloop, asyncsync, handles, transport, timer, - asyncproc, debugutils, profiler] -export asyncloop, asyncsync, handles, transport, timer, asyncproc, debugutils, - profiler \ No newline at end of file + asyncproc, debugutils] +export asyncloop, asyncsync, handles, transport, timer, asyncproc, debugutils \ No newline at end of file diff --git a/tests/config.nims b/tests/config.nims index b1a6ac2..e1d0189 100644 --- a/tests/config.nims +++ b/tests/config.nims @@ -7,7 +7,3 @@ switch("threads", "on") # Should be removed when https://github.com/status-im/nim-chronos/issues/284 # will be implemented. switch("define", "nimRawSetjmp") - -## REMOVE BEFORE MERGE! ---d:chronosProfiling ---d:chronosFutureId