From 20ccf417f6fd8bd1ed0741bc5ae9019f4099bffd Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 15 Feb 2017 12:26:28 +0100 Subject: [PATCH] get rid of debug output --- compiler/types.nim | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/types.nim b/compiler/types.nim index 8ea00e7e5e..b237753ae7 100644 --- a/compiler/types.nim +++ b/compiler/types.nim @@ -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)