Ver Fonte

Minor - removing console.log.

Julio Montoya há 11 anos atrás
pai
commit
784e3fe9f8
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      main/mySpace/access_details.php

+ 0 - 1
main/mySpace/access_details.php

@@ -76,7 +76,6 @@ function loadGraph() {
     var startDate = $('#date_from').val();
     var endDate = $('#date_to').val();
     var type = $('#type option:selected').val();
-    console.log(type);
     $.ajax({
         url: '".$url."&startDate='+startDate+'&endDate='+endDate+'&type='+type,
         dataType: 'json',