CLI2: Removed unnecessary CLI2::dump call
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user