Skip to content
Snippets Groups Projects
Commit f8ff27c1 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

remove debug messages

parent 3bf0ef8d
No related branches found
No related tags found
1 merge request!21Bugfix/nansampling
Pipeline #
...@@ -85,7 +85,6 @@ int NSVE_field_stats<rnumber>::finalize(void) ...@@ -85,7 +85,6 @@ int NSVE_field_stats<rnumber>::finalize(void)
template <typename rnumber> template <typename rnumber>
int NSVE_field_stats<rnumber>::work_on_current_iteration(void) int NSVE_field_stats<rnumber>::work_on_current_iteration(void)
{ {
DEBUG_MSG("entered NSVE_field_stats::work_on_current_iteration\n");
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
......
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
int postprocess::main_loop(void) int postprocess::main_loop(void)
{ {
DEBUG_MSG("entered postprocess::main_loop\n");
DEBUG_MSG("interation_list.size = %d\n", iteration_list.size());
this->start_simple_timer(); this->start_simple_timer();
for (unsigned int iteration_counter = 0; for (unsigned int iteration_counter = 0;
iteration_counter < iteration_list.size(); iteration_counter < iteration_list.size();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment