mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-04 12:28:35 +02:00
Debugging
- Inadvertently left in a debug statement.
This commit is contained in:
parent
1f8e823593
commit
1a7ed9e137
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ void E9::operator_hastag (
|
||||||
else
|
else
|
||||||
result._value = invert ? "true" : "false";
|
result._value = invert ? "true" : "false";
|
||||||
|
|
||||||
std::cout << "# tags" << (invert ? " <operator_notag> " : " <operator_hastag> ") << right << " --> " << result << "\n";
|
// std::cout << "# tags" << (invert ? " <operator_notag> " : " <operator_hastag> ") << right << " --> " << result << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue