CLI2: Removed unnecessary CLI2::dump call

This commit is contained in:
Paul Beckingham 2015-06-21 23:47:34 -04:00
parent 54b2227729
commit ad18d13c29

View file

@ -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"));
}
////////////////////////////////////////////////////////////////////////////////