Remove old todo

This commit is contained in:
Keir Nellyer 2016-08-19 15:48:02 +01:00
parent 5b685a3a86
commit a1a604757b
1 changed files with 0 additions and 1 deletions

View File

@ -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" +