js: remove console.log statement

Remove print statement generating noise in the browser logs.
master
Alejandro Sirgo Rica 2024-05-13 10:30:26 +02:00
parent 7299b157d7
commit 1ca3a97da7
2 changed files with 1 additions and 2 deletions

View File

@ -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);

View File

@ -111,7 +111,7 @@
<!-- ChartJS -->
<script src="{{ url_for('static', filename='AdminLTE/plugins/chart.js/Chart.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/ogcp.js') }}?v=4"></script>
<script src="{{ url_for('static', filename='js/ogcp.js') }}?v=5"></script>
<script>
// error messages