Skip to content

Commit 324832a

Browse files
Remove debug flag
1 parent 7740d91 commit 324832a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nutcase/app/app/templates/bootstrap/bs5_base_top_navbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<aside id="id-nav-bar">
3535
<nav class="navbar navbar-expand-md bg-body-tertiary">
3636
<a class="navbar-brand px-3" href="https://github.com/ArthurMitchell42/nutcase"><img src="/static/favicon.ico" style="width:22px;height:22px;"> {{ config['APP_NAME'] }} <span class="fs-6 text-muted">- V{{ config['APP_VERSION'] }} {% if config['CONFIG_SET'] != 'Prd' %} {{ config['CONFIG_SET'] }} {% endif %}</span></a>
37-
<div id="ph_debug">debug</div>
37+
<div id="ph_debug"></div>
3838
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
3939
<span class="navbar-toggler-icon"></span>
4040
</button>

0 commit comments

Comments
 (0)