1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-20 13:21:30 +00:00

Remove debug console.log() lines

This commit is contained in:
Patrik Kernstock
2025-09-26 02:13:22 +02:00
parent 9133b9899c
commit 8978a9ad79
4 changed files with 2 additions and 16 deletions

View File

@@ -66,7 +66,6 @@ $(document).ready(function() {
// load tags
if ($('#tags').length){
var tagsEl = $('#tags').parent().find('.tag-values')[0];
console.log($(tagsEl).val())
var tags = JSON.parse($(tagsEl).val());
$(tagsEl).val("");