Skip to content

Commit

Permalink
Remove left-over debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Nov 24, 2020
1 parent b757522 commit 70423cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hamming_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ std::vector<int> distances(const std::vector<std::string>& data){
}
double frac_diff{static_cast<double>(n_diff) / static_cast<double>(data.size()*data[0].size())};
if(frac_diff < sparse_threshold){
std::cout << "!! " << frac_diff << std::endl;
#ifdef HAMMING_WITH_OPENMP
#pragma omp parallel for
#endif
Expand Down

0 comments on commit 70423cb

Please sign in to comment.