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:
Paul Beckingham 2011-08-21 23:32:37 -04:00
parent 6ed2bcd605
commit 589627852f
2 changed files with 3 additions and 4 deletions

View file

@ -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];