Skip to content

Commit

Permalink
Removed cout
Browse files Browse the repository at this point in the history
  • Loading branch information
GPrev committed Jun 6, 2014
1 parent c6c73ee commit 3db2aef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions BitGrapher/algorithms/Similarities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Similarities::Similarities(const std::vector<const Dump *> dumps, int offset, co
(*m_dumps[j]->bitString()).substring(offset, size2),
minSize);
addSimilarities(&simi, &l, i, j);

std::cout << std::endl << i << " - " << j << std::endl;
for(auto k = simi.begin(); k != simi.end(); ++k)
std::cout << k->first.first << " ; " << k->first.second << std::endl;
}
addSimList(&simi);
}
Expand Down

0 comments on commit 3db2aef

Please sign in to comment.