Skip to content

Commit

Permalink
Remove debug print (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored Apr 23, 2024
1 parent a999580 commit 9b35ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ bool Version::operator==(const Version &other) const {

////////////////////////////////////////////////////////////////////////////////
bool Version::operator!=(const Version &other) const {
std::cout << other;
return std::tie(major, minor, patch) !=
std::tie(other.major, other.minor, other.patch);
}
Expand Down

0 comments on commit 9b35ab3

Please sign in to comment.