From 9443157a661dcc95b06c1e9518405f5998cf880f Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 10 Mar 2015 11:24:20 +0100 Subject: [PATCH] preprocessor: remove spurious print statement --- preprocessor/NumericalInitialization.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/preprocessor/NumericalInitialization.cc b/preprocessor/NumericalInitialization.cc index 4937308c1..943bbb930 100644 --- a/preprocessor/NumericalInitialization.cc +++ b/preprocessor/NumericalInitialization.cc @@ -79,7 +79,6 @@ InitParamStatement::cloneAndReindexSymbIds(DataTree &dynamic_datatree, SymbolTab SymbolTable *new_symbol_table = dynamic_datatree.getSymbolTable(); 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)), param_value->cloneDynamicReindex(dynamic_datatree, orig_symbol_table), *new_symbol_table);