remove funny debug output

This commit is contained in:
Andreas Rumpf
2016-05-27 21:25:13 +02:00
parent 8f43e9d18c
commit 51c62a211b

View File

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