Skip to content

Commit

Permalink
removed a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Mar 24, 2012
1 parent 902607c commit 39197dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/base/SGObject.cpp
Expand Up @@ -906,7 +906,7 @@ TParameter* CSGObject::migrate(DynArray<TParameter*>* param_base,
SG_FREE(s);
}

SG_PRINT("leaving CSGObject::migrate\n");
// SG_PRINT("leaving CSGObject::migrate\n");

return result;
}
Expand Down

0 comments on commit 39197dd

Please sign in to comment.