diff --git a/src/report.cpp b/src/report.cpp index 64ce5725a..6f9bfee15 100644 --- a/src/report.cpp +++ b/src/report.cpp @@ -626,9 +626,10 @@ int handleInfo (std::string &outs) } // Task::urgency - row = table.addRow (); - table.addCell (row, 0, "Urgency"); - table.addCell (row, 1, task->urgency ()); + // TODO Enable this later. This was for testing. + //row = table.addRow (); + //table.addCell (row, 0, "Urgency"); + //table.addCell (row, 1, task->urgency ()); // If an alternating row color is specified, notify the table. if (context.config.getBoolean ("color") || context.config.getBoolean ("_forcecolor"))