Skip to content
Snippets Groups Projects
Commit c4233e38 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] BC; Remove inadvertent debug output.

parent 318c4bd4
No related branches found
No related tags found
No related merge requests found
...@@ -106,8 +106,6 @@ public: ...@@ -106,8 +106,6 @@ public:
{ {
bc_values.ids.emplace_back(global_index); bc_values.ids.emplace_back(global_index);
bc_values.values.push_back(_values[node_id]); bc_values.values.push_back(_values[node_id]);
DBUG("global index %d, value %g", global_index,
_values[node_id]);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment