Remove some options

This commit is contained in:
Connection Refused
2020-05-10 19:35:06 +08:00
parent 338170f10b
commit 1bc7ea95eb
7 changed files with 67 additions and 125 deletions

View File

@@ -90,6 +90,7 @@ namespace Netch.Controllers
{
File.Delete("logging\\NTT.log");
}
File.AppendAllText("logging\\NTT.log", $"{e.Data}\r\n");
}
}