mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 04:18:38 +00:00
Remove case debug info
This commit is contained in:
parent
dc5a06698d
commit
f04a8000cf
1 changed files with 0 additions and 9 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue