CmdUrgency
- Removed unnecessary variable.
This commit is contained in:
@@ -73,9 +73,9 @@ int CmdUrgency::execute (std::string& output)
|
||||
}
|
||||
else
|
||||
{
|
||||
std::string uuid = task->get ("uuid");
|
||||
out << format (STRING_CMD_URGENCY_RESULT,
|
||||
uuid, task->urgency ())
|
||||
task->get ("uuid"),
|
||||
task->urgency ())
|
||||
<< "\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user