Remove dead code

This was left over from before I took over development of the report
feature.
This commit is contained in:
Keir Nellyer 2016-04-24 17:16:36 +01:00
parent 713263214f
commit 9df4dac023

View File

@ -47,7 +47,6 @@ public class ReportPlugin extends MiniPlugin
addCommand(new ReportCommand(this));
addCommand(new ReportHandleCommand(this));
addCommand(new ReportCloseCommand(this));
//AddCommand(new ReportDebugCommand(this));
}
@EventHandler