diff --git a/ProjectLighthouse/Controllers/GameApi/LoginController.cs b/ProjectLighthouse/Controllers/GameApi/LoginController.cs index 739e5322..8e95ed4e 100644 --- a/ProjectLighthouse/Controllers/GameApi/LoginController.cs +++ b/ProjectLighthouse/Controllers/GameApi/LoginController.cs @@ -34,10 +34,6 @@ public class LoginController : ControllerBase await this.Request.Body.CopyToAsync(ms); byte[] loginData = ms.ToArray(); - #if DEBUG - await IOFile.WriteAllBytesAsync($"npTicket-{TimestampHelper.TimestampMillis}.txt", loginData); - #endif - NPTicket? npTicket; try {