From 0ba1624325b8a9672a2cfd81505682ef13130f4c Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 18 Jun 2019 22:26:48 +0200 Subject: [PATCH] wip (cherry picked from commit 50afafdb380fe72e5ba9c892a1b3026783b8a43d) --- compiler/injectdestructors.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/injectdestructors.nim b/compiler/injectdestructors.nim index 504305d0cd..b9fa1e3aeb 100644 --- a/compiler/injectdestructors.nim +++ b/compiler/injectdestructors.nim @@ -153,7 +153,7 @@ type uninit: IntSet # set of uninit'ed vars uninitComputed: bool -const toDebug = "main" +const toDebug = "" template dbg(body) = when toDebug.len > 0: