diff --git a/ogcp/static/js/ogcp.js b/ogcp/static/js/ogcp.js
index 3342ed8..8f27bb7 100644
--- a/ogcp/static/js/ogcp.js
+++ b/ogcp/static/js/ogcp.js
@@ -144,7 +144,6 @@ function keepSelectedClients() {
function keepImagesTreeState() {
const images_tree = $('#servers .collapse')
- console.log(images_tree)
images_tree.on('hidden.bs.collapse', function (event) {
event.stopPropagation();
localStorage.removeItem(this.id);
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html
index b54aed3..eb366ff 100644
--- a/ogcp/templates/base.html
+++ b/ogcp/templates/base.html
@@ -111,7 +111,7 @@
-
+