summary refs log tree commit diff stats
path: root/compiler/destroyer.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/destroyer.nim')
-rw-r--r--compiler/destroyer.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/destroyer.nim b/compiler/destroyer.nim
index 82db5af7f..59ee5dcb6 100644
--- a/compiler/destroyer.nim
+++ b/compiler/destroyer.nim
@@ -670,7 +670,5 @@ proc injectDestructorCalls*(g: ModuleGraph; owner: PSym; n: PNode): PNode =
   when defined(nimDebugDestroys):
     if true:
       echo "------------------------------------"
-      echo n
-      echo "-------"
       echo owner.name.s, " transformed to: "
       echo result