diff --git a/src/templates/app.html b/src/templates/app.html
index 8d94b4c92..06a26e6a2 100644
--- a/src/templates/app.html
+++ b/src/templates/app.html
@@ -115,6 +115,10 @@
+
+
+
+
@@ -122,9 +126,6 @@
-
-
-
diff --git a/static/js/init.js b/static/js/init.js
index 601f75a38..d97adcc12 100644
--- a/static/js/init.js
+++ b/static/js/init.js
@@ -4,8 +4,6 @@ $(function() {
if (fancyTree.length) {
fancyTree.height($(window).height() - fancyTree.offset().top - 10);
-
- console.log("height: ", $(window).height() - fancyTree.offset().top - 10);
}
const noteEditable = $('div.note-editable');