mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
remove debug output
This commit is contained in:
@@ -1317,7 +1317,6 @@ proc semProcAux(c: PContext, n: PNode, kind: TSymKind,
|
||||
if not usePseudoGenerics and gIdeCmd in {ideSug, ideCon} and not
|
||||
cursorInProc(n.sons[bodyPos]):
|
||||
discard "speed up nimsuggest"
|
||||
logStr "skipped " & s.name.s
|
||||
else:
|
||||
pushProcCon(c, s)
|
||||
if n.sons[genericParamsPos].kind == nkEmpty or usePseudoGenerics:
|
||||
|
||||
Reference in New Issue
Block a user