about summary refs log tree commit diff stats
path: root/058shape_shifting_container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-15 12:35:59 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-15 12:35:59 -0800
commitc55e49b6374656099566fd22f39328c2da75b044 (patch)
treec5c248b9baff05b5910824884576cccbabf63e98 /058shape_shifting_container.cc
parent360d45e68edf92e85e3ae7cb198be88182374331 (diff)
downloadmu-c55e49b6374656099566fd22f39328c2da75b044.tar.gz
2445 - dispatch between shape-shifting variants
Starting to leave debug prints around once again, just in case one of
them is worth promoting to the trace..
Diffstat (limited to '058shape_shifting_container.cc')
-rw-r--r--058shape_shifting_container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/058shape_shifting_container.cc b/058shape_shifting_container.cc
index 1f0acab9..02042ac2 100644
--- a/058shape_shifting_container.cc
+++ b/058shape_shifting_container.cc
@@ -97,7 +97,7 @@ long long int size_of_type_ingredient(const type_tree* element_template, const t
   assert(!curr->left);  // unimplemented
   if (!contains_key(Type, curr->value)) {
     // temporarily while we're still ironing out kinks; eventually replace with a raise_error
-    DUMP("");
+//?     DUMP("");
     cerr << "missing type " << debug_string(curr) << '\n';
     exit(0);
   }