stanley-king il y a 2 ans
Parent
commit
a13a14e0ea
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      admin/templates/default/analysis.provider.php

+ 1 - 4
admin/templates/default/analysis.provider.php

@@ -219,8 +219,6 @@
                 Object.keys(qualitys).map(key => {
                     items.push(qualitys[key])
                 })
-
-                console.log('qualityList', items)
                 formatChannelTable(items);
             }
         })
@@ -483,5 +481,4 @@
         $('.querySelect').trigger('change');
 
     })
-</script>
-
+</script>