Skip to content

Commit 43f30c5

Browse files
committed
Remove testing logs in vitals.js
1 parent a018a10 commit 43f30c5

File tree

1 file changed

+0
-4
lines changed
  • ckanext/querytool/fanstatic/javascript

1 file changed

+0
-4
lines changed

ckanext/querytool/fanstatic/javascript/vitals.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,6 @@ function checkTableCat(selected,chart_number){
836836
$('body').on('change','[id^=table_second_value_]',function(e){
837837
var selected = $(this).val();
838838
var chart_number = this.id.split('_').slice(-1)[0];
839-
console.log(selected)
840-
console.log('SECOND VAL')
841839

842840
if($(`#table_main_value_${chart_number} option`).filter(":selected").val() == selected && selected != ''){
843841
$($(`#table_second_value_${chart_number}`)).val("")
@@ -854,8 +852,6 @@ $('body').on('change','[id^=table_second_value_]',function(e){
854852
$('body').on('change','[id^=table_category_name_]',function(e){
855853
var selected = $(this).val();
856854
var chart_number = this.id.split('_').slice(-1)[0];
857-
console.log(selected)
858-
console.log('CAT NAME')
859855

860856
if($(`#table_main_value_${chart_number} option`).filter(":selected").val() == selected && selected != ''){
861857
$($(`#table_category_name_${chart_number}`)).val("")

0 commit comments

Comments
 (0)