ソースを参照

remove junk log message

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('', ''));
   });