From 6cb0e5ad68a55a056fc754c814a744b4b449d205 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 14 Feb 2017 12:51:38 +0100 Subject: [PATCH] remove debug output --- compiler/semstmts.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/semstmts.nim b/compiler/semstmts.nim index 5a59a62c0e..5a15f9f5a6 100644 --- a/compiler/semstmts.nim +++ b/compiler/semstmts.nim @@ -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: