Skip to content

Commit

Permalink
remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitsh committed Dec 11, 2024
1 parent e5fab06 commit c7565c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/STPManager/STP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ SATSolver* STP::get_new_sat_solver()
case UserDefinedFlags::GANAK_SOLVER:
#ifdef USE_GANAK
newS = new GnK(bm->UserFlags.unisamp_seed);
std::cout << "Ganak !!!" << std::endl;
#else
std::cerr << "Ganak support was not enabled at configure time."
<< std::endl;
Expand Down

0 comments on commit c7565c3

Please sign in to comment.