Remove debug message on mileage save

This commit is contained in:
hydrant
2019-03-06 21:26:29 +01:00
parent bee3497fc3
commit be82292ab7

View File

@@ -33,7 +33,6 @@ namespace ReallifeGamemode.Server.Events
if (DateTime.UtcNow.Subtract(lastSave).Seconds >= 30)
{
lastSave = DateTime.UtcNow;
NAPI.Chat.SendChatMessageToAll("save distances");
// save to db
using (var dbContext = new DatabaseContext())
{