From 1ca3a97da795e910651f447a7edd575c8d112080 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Mon, 13 May 2024 10:30:26 +0200 Subject: js: remove console.log statement Remove print statement generating noise in the browser logs. --- ogcp/static/js/ogcp.js | 1 - ogcp/templates/base.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 @@ - +