get rid of debug output

This commit is contained in:
Andreas Rumpf
2017-02-15 12:26:28 +01:00
parent 6cb0e5ad68
commit 20ccf417f6

View File

@@ -1537,7 +1537,4 @@ proc typeMismatch*(n: PNode, formal, actual: PType) =
msg.add "\n.tag effect is 'any tag allowed'"
of efLockLevelsDiffer:
msg.add "\nlock levels differ"
writeStackTrace()
debug actual.n
debug formal.n
localError(n.info, errGenerated, msg)