From 97dfba822280ca2c06e572de8010becfa8accbe6 Mon Sep 17 00:00:00 2001 From: araq Date: Thu, 11 Dec 2025 08:48:44 +0100 Subject: [PATCH] disabled debug echo --- compiler/ast2nif.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ast2nif.nim b/compiler/ast2nif.nim index cf1e02ad35..ddf41e1abc 100644 --- a/compiler/ast2nif.nim +++ b/compiler/ast2nif.nim @@ -1209,7 +1209,7 @@ proc loadNode(c: var DecodeContext; n: var Cursor; thisModule: string; let id = ItemId(module: module.int32, item: val[]) sym = PSym(itemId: id, kindImpl: skStub, name: c.cache.getIdent(sn.name), disamb: sn.count.int32, state: Complete) - echo "registering local sym: ", symName + #echo "registering local sym: ", symName localSyms[symName] = sym # register for later references # Now fully load the symbol from the sdef inc n # skip `sd` tag