summaryrefslogtreecommitdiff
path: root/src/expr/attribute.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-05-01 14:27:41 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-05-01 17:08:08 -0400
commit9427bfc0cef9b62146f1b6cff01a8103df97103f (patch)
tree9a6556092fc3a2633b6a9af72b871185f03613da /src/expr/attribute.h
parent1ae217df1496f105db7d08859e8df2931d8f71dc (diff)
Comment out some debug-related things in attribute code, no longer needed
Diffstat (limited to 'src/expr/attribute.h')
-rw-r--r--src/expr/attribute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/attribute.h b/src/expr/attribute.h
index b155b3a1c..70f04be85 100644
--- a/src/expr/attribute.h
+++ b/src/expr/attribute.h
@@ -570,9 +570,11 @@ inline void AttributeManager::deleteAllFromTable(AttrHash<T>& table) {
while (it != it_end){
uint64_t id = (*it).first.first;
+ /*
Debug("attrgc") << "id " << id
<< " node_value: " << ((*it).first.second)
<< std::endl;
+ */
if(traits_t::cleanup[id] != NULL) {
traits_t::cleanup[id]((*it).second);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback