Remove todo relating to removal of database cleanup of chat entries

after a report has been closed

An external cleanup job/script will be used to remove old data
This commit is contained in:
Keir Nellyer 2016-07-07 13:19:42 -04:00
parent 67213ec696
commit 175c3523f8
1 changed files with 0 additions and 5 deletions

View File

@ -106,11 +106,6 @@ public class ReportManager
CommandCenter.Instance.onPlayerCommandPreprocess(
new PlayerCommandPreprocessEvent(reportCloser, "/punish " + suspectName + " " + reason));
}
if (report.getCategory() == ReportCategory.CHAT_ABUSE) // only chat abuse reports have chat logs published
{
// todo do we remove or archive stored data in db? ie snapshots
}
}
}
);