about summary refs log tree commit diff stats
path: root/058shape_shifting_container.cc
diff options
context:
space:
mode:
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);
   }