Skip to content

Commit 9e008e9

Browse files
Cut debugging cout statements
1 parent 013bd4a commit 9e008e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

FindAFactor/_find_a_factor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@ struct Factorizer {
824824
if (!(rfv.size())) {
825825
continue;
826826
}
827-
std::cout << "Found smooth number." << std::endl;
828827

829828
// For lock_guard scope
830829
if (true) {
@@ -840,7 +839,6 @@ struct Factorizer {
840839
if (smoothNumberKeys.size() > rowLimit) {
841840
isIncomplete = false;
842841
smoothNumberSet.clear();
843-
std::cout << "Sieving complete." << std::endl;
844842

845843
return;
846844
}

0 commit comments

Comments
 (0)