mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
disabled debug echo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user