mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Duration Bug
- Removed the unnecessary ::getInt parse before ::getNumber, which was causing "-1.2d" to not parse. - Removed verbose debug statement.
This commit is contained in:
parent
6ed2bcd605
commit
589627852f
2 changed files with 3 additions and 4 deletions
|
@ -418,7 +418,7 @@ void Command::modify_task (
|
|||
A3::extract_attr (arg->_raw, name, value);
|
||||
if (A3::is_attribute (name, name)) // Canonicalize
|
||||
{
|
||||
std::cout << "# Command::modify_task name='" << name << "' value='" << value << "'\n";
|
||||
// std::cout << "# Command::modify_task name='" << name << "' value='" << value << "'\n";
|
||||
|
||||
// Get the column info.
|
||||
Column* column = context.columns[name];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue