summary refs log tree commit diff stats
path: root/compiler/prettybase.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/prettybase.nim')
-rw-r--r--compiler/prettybase.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prettybase.nim b/compiler/prettybase.nim
index e2679f456..21613396a 100644
--- a/compiler/prettybase.nim
+++ b/compiler/prettybase.nim
@@ -74,7 +74,7 @@ proc replaceDeprecated*(info: TLineInfo; oldSym, newSym: PIdent) =
     var x = line.substr(0, first-1) & newSym.s & line.substr(last+1)
     system.shallowCopy(gSourceFiles[info.fileIndex].lines[info.line-1], x)
     gSourceFiles[info.fileIndex].dirty = true
-    if newSym.s == "File": writeStackTrace()
+    #if newSym.s == "File": writeStackTrace()
 
 proc replaceDeprecated*(info: TLineInfo; oldSym, newSym: PSym) =
   replaceDeprecated(info, oldSym.name, newSym.name)