mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Removed unnecessary CLI2::dump call
This commit is contained in:
parent
54b2227729
commit
ad18d13c29
1 changed files with 0 additions and 5 deletions
|
@ -511,7 +511,6 @@ void CLI2::prepareFilter (bool applyContext)
|
|||
context.debug (dump ("CLI2::prepareFilter categorize"));
|
||||
|
||||
// Remove all the syntactic sugar for FILTERs.
|
||||
changes = false;
|
||||
findIDs ();
|
||||
findUUIDs ();
|
||||
insertIDExpr ();
|
||||
|
@ -526,10 +525,6 @@ void CLI2::prepareFilter (bool applyContext)
|
|||
decomposeModAttributes ();
|
||||
decomposeModTags ();
|
||||
decomposeModSubstitutions ();
|
||||
|
||||
if (changes &&
|
||||
context.config.getInteger ("debug.parser") >= 3)
|
||||
context.debug (dump ("CLI2::prepareFilter desugar"));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue