Explorar el Código

remove junk log message

Christopher Mullins hace 6 años
padre
commit
2740ccd771
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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('', ''));
   });