mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-23 17:59:06 +00:00
[skip ci] Don't log nptickets in debug builds
This commit is contained in:
parent
36ce61697f
commit
8fdd464e2e
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@ public class LoginController : ControllerBase
|
||||||
await this.Request.Body.CopyToAsync(ms);
|
await this.Request.Body.CopyToAsync(ms);
|
||||||
byte[] loginData = ms.ToArray();
|
byte[] loginData = ms.ToArray();
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
await IOFile.WriteAllBytesAsync($"npTicket-{TimestampHelper.TimestampMillis}.txt", loginData);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
NPTicket? npTicket;
|
NPTicket? npTicket;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue