mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
A3t
- Removed diagnostic output.
This commit is contained in:
parent
ea00f20425
commit
213f889a55
1 changed files with 0 additions and 20 deletions
20
src/A3t.cpp
20
src/A3t.cpp
|
@ -1385,16 +1385,6 @@ bool A3t::insertAnd ()
|
|||
(! (*prev)->hasTag ("OP") || (*prev)->attribute ("raw") == ")") &&
|
||||
(! (*sub)->hasTag ("OP") || (*sub)->attribute ("raw") == "("))
|
||||
{
|
||||
std::cout << "# missingOperator '"
|
||||
<< (*prev)->attribute ("raw")
|
||||
<< " "
|
||||
<< (*sub)->attribute ("raw")
|
||||
<< "' --> '"
|
||||
<< (*prev)->attribute ("raw")
|
||||
<< " and "
|
||||
<< (*sub)->attribute ("raw")
|
||||
<< "'\n";
|
||||
|
||||
Tree* branch = new Tree ("argOp");
|
||||
branch->attribute ("raw", "and");
|
||||
branch->tag ("OP");
|
||||
|
@ -1413,16 +1403,6 @@ bool A3t::insertAnd ()
|
|||
(! (*prev)->hasTag ("OP") || (*prev)->attribute ("raw") == ")") &&
|
||||
(! (*i)->hasTag ("OP") || (*i)->attribute ("raw") == "("))
|
||||
{
|
||||
std::cout << "# missingOperator '"
|
||||
<< (*prev)->attribute ("raw")
|
||||
<< " "
|
||||
<< (*i)->attribute ("raw")
|
||||
<< "' --> '"
|
||||
<< (*prev)->attribute ("raw")
|
||||
<< " and "
|
||||
<< (*i)->attribute ("raw")
|
||||
<< "'\n";
|
||||
|
||||
Tree* branch = new Tree ("argOp");
|
||||
branch->attribute ("raw", "and");
|
||||
branch->tag ("OP");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue