Removed old code resulting in compiler error and replaced with a todo for the future

This commit is contained in:
Keir Nellyer 2016-06-23 01:03:25 +01:00
parent 2931826916
commit 8bbeb3292f

View File

@ -118,7 +118,7 @@ public class ReportManager
if (report.getCategory() == ReportCategory.CHAT_ABUSE) // only chat abuse reports have chat logs published
{
_snapshotManager.getSnapshotRepository().unpublishChatLog(report.getToken());
// todo do we remove or archive stored data in db? ie snapshots
}
}
}