mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 00:43:07 +02:00
CLI2: Removed debug diagnostics for ::analyze
This commit is contained in:
parent
b9a1ebc393
commit
c32106e107
1 changed files with 1 additions and 8 deletions
|
@ -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 ("---------------------------------------------------------------------------------");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue