Remove resolved todo for metrics command

This commit is contained in:
Keir Nellyer 2016-10-27 23:49:40 +01:00
parent e7ff175eff
commit 8283af25af
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public class ReportMetricsCommand extends CommandBase<ReportPlugin>
} }
else // display global metrics else // display global metrics
{ {
// TODO: do we parse days for global metrics?
UtilPlayer.message(player, F.main("Report Metrics", F.elem("Global Metrics") + " (" + F.elem(days + " days") + ")")); UtilPlayer.message(player, F.main("Report Metrics", F.elem("Global Metrics") + " (" + F.elem(days + " days") + ")"));
displayGlobalMetrics(player, days); displayGlobalMetrics(player, days);
} }