mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 21:43:33 +00:00
get rid of debug output
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user