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
-1
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("");