From 5cc4ad033f1c8850450de0fdf733052c6c5f1d2e 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 --- NumericalInitialization.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/NumericalInitialization.cc b/NumericalInitialization.cc index 4937308c..943bbb93 100644 --- a/NumericalInitialization.cc +++ b/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);