From 51c62a211bca12cc2f470add7bf64b0f4536d6e6 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 27 May 2016 21:25:13 +0200 Subject: remove funny debug output --- compiler/evaltempl.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/evaltempl.nim b/compiler/evaltempl.nim index 794e35d74..e136265da 100644 --- a/compiler/evaltempl.nim +++ b/compiler/evaltempl.nim @@ -92,7 +92,6 @@ proc evalTemplateArgs(n: PNode, s: PSym; fromHlo: bool): PNode = for i in givenRegularParams+1 .. expectedRegularParams: let default = s.typ.n.sons[i].sym.ast if default.isNil or default.kind == nkEmpty: - echo "fuck you ", genericParams localError(n.info, errWrongNumberOfArguments) addSon(result, ast.emptyNode) else: -- cgit 1.4.1-2-gfad0