mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
CLI2: Reduced verbosity of debug output
This commit is contained in:
parent
fccb44f334
commit
9f2efa67c2
1 changed files with 1 additions and 4 deletions
|
@ -510,7 +510,7 @@ void CLI2::demoteDOM ()
|
|||
void CLI2::analyze ()
|
||||
{
|
||||
if (context.config.getInteger ("debug.parser") >= 3)
|
||||
context.debug (dump ("CLI2::analyze start"));
|
||||
context.debug (dump ("CLI2::analyze"));
|
||||
|
||||
// Process _original_args.
|
||||
_args.clear ();
|
||||
|
@ -528,9 +528,6 @@ void CLI2::analyze ()
|
|||
}
|
||||
|
||||
canonicalizeNames ();
|
||||
|
||||
if (context.config.getInteger ("debug.parser") >= 3)
|
||||
context.debug (dump ("CLI2::analyze end"));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue