Skip to content
Snippets Groups Projects
Commit 5cc4ad03 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

preprocessor: remove spurious print statement

parent 96a5949d
Branches
Tags
No related merge requests found
...@@ -79,7 +79,6 @@ InitParamStatement::cloneAndReindexSymbIds(DataTree &dynamic_datatree, SymbolTab ...@@ -79,7 +79,6 @@ InitParamStatement::cloneAndReindexSymbIds(DataTree &dynamic_datatree, SymbolTab
SymbolTable *new_symbol_table = dynamic_datatree.getSymbolTable(); SymbolTable *new_symbol_table = dynamic_datatree.getSymbolTable();
try try
{ {
cout << orig_symbol_table.getName(symb_id) << " " << symb_id << "->" << new_symbol_table->getID(orig_symbol_table.getName(symb_id)) << endl;
return new InitParamStatement(new_symbol_table->getID(orig_symbol_table.getName(symb_id)), return new InitParamStatement(new_symbol_table->getID(orig_symbol_table.getName(symb_id)),
param_value->cloneDynamicReindex(dynamic_datatree, orig_symbol_table), param_value->cloneDynamicReindex(dynamic_datatree, orig_symbol_table),
*new_symbol_table); *new_symbol_table);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment