CLI2: Removed debug diagnostics for ::analyze
This commit is contained in:
@@ -408,10 +408,7 @@ void CLI2::handleTerminator ()
|
|||||||
void CLI2::analyze ()
|
void CLI2::analyze ()
|
||||||
{
|
{
|
||||||
if (context.config.getInteger ("debug.parser") >= 3)
|
if (context.config.getInteger ("debug.parser") >= 3)
|
||||||
{
|
|
||||||
context.debug ("---------------------------------------------------------------------------------");
|
|
||||||
context.debug (dump ("CLI2::analyze start"));
|
context.debug (dump ("CLI2::analyze start"));
|
||||||
}
|
|
||||||
|
|
||||||
// Process _original_args.
|
// Process _original_args.
|
||||||
_args.clear ();
|
_args.clear ();
|
||||||
@@ -430,11 +427,7 @@ void CLI2::analyze ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (context.config.getInteger ("debug.parser") >= 3)
|
if (context.config.getInteger ("debug.parser") >= 3)
|
||||||
{
|
context.debug (dump ("CLI2::analyze end"));
|
||||||
context.debug (dump ());
|
|
||||||
context.debug ("CLI2::analyze end");
|
|
||||||
context.debug ("---------------------------------------------------------------------------------");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user