CLI2: Reduced verbosity of debug output
This commit is contained in:
@@ -510,7 +510,7 @@ void CLI2::demoteDOM ()
|
|||||||
void CLI2::analyze ()
|
void CLI2::analyze ()
|
||||||
{
|
{
|
||||||
if (context.config.getInteger ("debug.parser") >= 3)
|
if (context.config.getInteger ("debug.parser") >= 3)
|
||||||
context.debug (dump ("CLI2::analyze start"));
|
context.debug (dump ("CLI2::analyze"));
|
||||||
|
|
||||||
// Process _original_args.
|
// Process _original_args.
|
||||||
_args.clear ();
|
_args.clear ();
|
||||||
@@ -528,9 +528,6 @@ void CLI2::analyze ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
canonicalizeNames ();
|
canonicalizeNames ();
|
||||||
|
|
||||||
if (context.config.getInteger ("debug.parser") >= 3)
|
|
||||||
context.debug (dump ("CLI2::analyze end"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user