summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAndrii Riabushenko <cdome@bk.ru>2018-12-05 21:37:27 +0000
committerAndrii Riabushenko <cdome@bk.ru>2018-12-05 21:37:27 +0000
commit972707440ad0837d3de11cc6d60abbd3dc7ace75 (patch)
tree0ee53fec706efa575da511c281fa46c9c35f5394 /compiler
parentf46573c1ed9f041d23a54d0911d7727d84c1a9cd (diff)
downloadNim-972707440ad0837d3de11cc6d60abbd3dc7ace75.tar.gz
remove debug
Diffstat (limited to 'compiler')
-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
126' href='#n126'>126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152