diff --git a/frontends/ycdl_flask/templates/root.html b/frontends/ycdl_flask/templates/root.html
index 0a1f673..947ce25 100644
--- a/frontends/ycdl_flask/templates/root.html
+++ b/frontends/ycdl_flask/templates/root.html
@@ -1,7 +1,6 @@
- {% import "header.html" as header %}
YCDL
diff --git a/frontends/ycdl_flask/ycdl_flask_dev.py b/frontends/ycdl_flask/ycdl_flask_dev.py
index fe4bda3..512c9d4 100644
--- a/frontends/ycdl_flask/ycdl_flask_dev.py
+++ b/frontends/ycdl_flask/ycdl_flask_dev.py
@@ -51,6 +51,7 @@ def ycdl_flask_launch(
)
if localhost_only:
+ log.info('Setting localhost_only=True')
site.localhost_only = True
try: