mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 16:38:37 +00:00
Don't show "time rendered" in baseLayout debug menu
This commit is contained in:
parent
e3ade89f81
commit
9f1547e344
1 changed files with 0 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
|||
}
|
||||
|
||||
Model.IsMobile = Model.Request.IsMobile();
|
||||
long timeStarted = TimeHelper.TimestampMillis;
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
@ -179,7 +178,6 @@
|
|||
<p>Model.Title: @Model.Title</p>
|
||||
<p>Model.Description: @Model.Description</p>
|
||||
<p>Model.User.UserId: @(Model.User?.UserId.ToString() ?? "(not logged in)")</p>
|
||||
<p>Render time: ~@(TimeHelper.TimestampMillis - timeStarted)ms</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue