Christopher Mullins пре 6 година
родитељ
комит
2740ccd771
1 измењених фајлова са 0 додато и 1 уклоњено
  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('', ''));
   });