mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-01 17:48:41 +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();
|
Model.IsMobile = Model.Request.IsMobile();
|
||||||
long timeStarted = TimeHelper.TimestampMillis;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
@ -179,7 +178,6 @@
|
||||||
<p>Model.Title: @Model.Title</p>
|
<p>Model.Title: @Model.Title</p>
|
||||||
<p>Model.Description: @Model.Description</p>
|
<p>Model.Description: @Model.Description</p>
|
||||||
<p>Model.User.UserId: @(Model.User?.UserId.ToString() ?? "(not logged in)")</p>
|
<p>Model.User.UserId: @(Model.User?.UserId.ToString() ?? "(not logged in)")</p>
|
||||||
<p>Render time: ~@(TimeHelper.TimestampMillis - timeStarted)ms</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue