Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unnecessary debug print
  • Loading branch information
lisitsyn committed Jul 17, 2012
1 parent 197ebdf commit 6f31244
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shogun/lib/slep/malsar_joint_feature_learning.cpp
Expand Up @@ -110,7 +110,6 @@ slep_result_t malsar_joint_feature_learning(
}
// walk in direction of antigradient
Czp = Cs - gCs/gamma;
std::cout << Czp;

// compute objective at line search point
Fzp = 0.0;
Expand Down

0 comments on commit 6f31244

Please sign in to comment.