mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-18 15:33:08 +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 ()
|
||||
{
|
||||
if (context.config.getInteger ("debug.parser") >= 3)
|
||||
{
|
||||
context.debug ("---------------------------------------------------------------------------------");
|
||||
context.debug (dump ("CLI2::analyze start"));
|
||||
}
|
||||
|
||||
// Process _original_args.
|
||||
_args.clear ();
|
||||
|
@ -430,11 +427,7 @@ void CLI2::analyze ()
|
|||
}
|
||||
|
||||
if (context.config.getInteger ("debug.parser") >= 3)
|
||||
{
|
||||
context.debug (dump ());
|
||||
context.debug ("CLI2::analyze end");
|
||||
context.debug ("---------------------------------------------------------------------------------");
|
||||
}
|
||||
context.debug (dump ("CLI2::analyze end"));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue