mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Remove debug print (#3389)
This commit is contained in:
parent
a9995808ec
commit
9b35ab37aa
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ bool Version::operator==(const Version &other) const {
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
bool Version::operator!=(const Version &other) const {
|
bool Version::operator!=(const Version &other) const {
|
||||||
std::cout << other;
|
|
||||||
return std::tie(major, minor, patch) !=
|
return std::tie(major, minor, patch) !=
|
||||||
std::tie(other.major, other.minor, other.patch);
|
std::tie(other.major, other.minor, other.patch);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue