diff --git a/Plugins/Mineplex.Core/src/mineplex/core/report/data/ReportRepository.java b/Plugins/Mineplex.Core/src/mineplex/core/report/data/ReportRepository.java index f1ca6c0a3..9b7ddbcb5 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/report/data/ReportRepository.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/report/data/ReportRepository.java @@ -71,7 +71,6 @@ public class ReportRepository " WHERE reportId = ?" + " ORDER BY `time` ASC;"; - // TODO confirm working private static final String GET_UNHANDLED_REPORTS = "SELECT reports.id FROM reports\n" + " LEFT JOIN reportResults ON reports.id = reportResults.reportId\n" + " LEFT JOIN reportHandlers ON reports.id = reportHandlers.reportId\n" +