Remove case debug info

This commit is contained in:
jvyden 2022-06-10 21:52:27 -04:00
commit f04a8000cf
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -38,13 +38,4 @@
User user = await Model.GetUserAsync(database);
<p><strong>Affected user:</strong> <a href="/user/@user.UserId">@user.Username</a></p>
}
@if (ServerStatics.IsDebug)
{
<p style="background-color: red; color: white">
<strong>DEBUG SHIT</strong><br>
<b>Affects level:</b> @Model.CaseType.AffectsLevel()<br>
<b>Affects user:</b> @Model.CaseType.AffectsUser()
</p>
}
</div>