Skip to content
Snippets Groups Projects
Commit 304a249f authored by Martin Beseda's avatar Martin Beseda
Browse files

[DEL] Removed debug message from ConnectionFunctionIdentity.cpp

parent 800a12ec
No related branches found
No related tags found
No related merge requests found
......@@ -48,5 +48,4 @@ void ConnectionFunctionIdentity::eval_partial_derivative(std::vector<double>& pa
void ConnectionFunctionIdentity::shift_param_indices( size_t shift_value ) {
this->param_idx += shift_value;
std::cout << " new parameter index: " << this->param_idx << std::endl;
}
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