Skip to content

Commit

Permalink
removed unwanted SG_SPRINT
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit Syal committed Apr 3, 2012
1 parent c470a79 commit 85ffdcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shogun/classifier/svm/NewtonSVM.cpp
Expand Up @@ -78,7 +78,6 @@ bool CNewtonSVM::train_machine(CFeatures* data)
while(1)
{
iter++;
SG_SPRINT("Iteration no. %d\n",iter);

if(iter>num_iter)
{
Expand Down

0 comments on commit 85ffdcd

Please sign in to comment.