mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
CLI2: Combined two conditions
This commit is contained in:
parent
f22322bc18
commit
442ef6a29b
1 changed files with 3 additions and 3 deletions
|
@ -518,9 +518,9 @@ void CLI2::demotion ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (changes)
|
if (changes &&
|
||||||
if (context.config.getInteger ("debug.parser") >= 2)
|
context.config.getInteger ("debug.parser") >= 2)
|
||||||
context.debug (dump ("CLI2::analyze demotion"));
|
context.debug (dump ("CLI2::analyze demotion"));
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue