BinaryONe commited on
Commit
f0f2770
·
1 Parent(s): 424eeda
Files changed (1) hide show
  1. WebSSH/templates/index.html +0 -1
WebSSH/templates/index.html CHANGED
@@ -70,7 +70,6 @@
70
  },
71
  body: JSON.stringify({ command: command })
72
  })
73
- .then(response => response.text())
74
  .then(data => {
75
  console.log(data);
76
  });
 
70
  },
71
  body: JSON.stringify({ command: command })
72
  })
 
73
  .then(data => {
74
  console.log(data);
75
  });