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 - 1 file changed, 1 deletion(-) (limited to 'ogcp/static') 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); -- cgit v1.2.3-18-g5258