summaryrefslogtreecommitdiffstats
path: root/ogcp/static
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-05-13 10:30:26 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-05-13 10:30:26 +0200
commit1ca3a97da795e910651f447a7edd575c8d112080 (patch)
tree78acbe7df7801bc828fa63c2c22ea07f8e2dee30 /ogcp/static
parent7299b157d7a21f1c389daee75a78019f770d6368 (diff)
js: remove console.log statement
Remove print statement generating noise in the browser logs.
Diffstat (limited to 'ogcp/static')
-rw-r--r--ogcp/static/js/ogcp.js1
1 files changed, 0 insertions, 1 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);