about summary refs log tree commit diff stats
path: root/041name.cc
diff options
context:
space:
mode:
Diffstat (limited to '041name.cc')
-rw-r--r--041name.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/041name.cc b/041name.cc
index dbbf8733..c3bd49fa 100644
--- a/041name.cc
+++ b/041name.cc
@@ -76,6 +76,7 @@ void check_metadata(map<string, vector<type_number> >& metadata, const reagent&
 }
 
 bool disqualified(/*mutable*/ reagent& x) {
+//?   cerr << x.to_string() << '\n'; //? 1
   if (x.types.empty())
     raise << "missing type in " << x.to_string() << '\n';
   assert(!x.types.empty());