Sfoglia il codice sorgente

remove junk log message

Christopher Mullins 7 anni fa
parent
commit
2740ccd771
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      web/src/js/script.js

+ 0 - 1
web/src/js/script.js

@@ -751,7 +751,6 @@ $(function() {
 
   $('body').on('click', '#add-server-btn', function(e) {
     e.preventDefault();
-    console.log('hi');
     $('#gateway-server-configs').append(gatewayServerRow('', ''));
   });