We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013bd4a commit 9e008e9Copy full SHA for 9e008e9
FindAFactor/_find_a_factor.cpp
@@ -824,7 +824,6 @@ struct Factorizer {
824
if (!(rfv.size())) {
825
continue;
826
}
827
- std::cout << "Found smooth number." << std::endl;
828
829
// For lock_guard scope
830
if (true) {
@@ -840,7 +839,6 @@ struct Factorizer {
840
839
if (smoothNumberKeys.size() > rowLimit) {
841
isIncomplete = false;
842
smoothNumberSet.clear();
843
- std::cout << "Sieving complete." << std::endl;
844
845
return;
846
0 commit comments