remove debug output

This commit is contained in:
Andreas Rumpf
2017-02-14 12:51:38 +01:00
parent bcecbc380f
commit 6cb0e5ad68

View File

@@ -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: