code/static: remove pesky swp files and remove log statements from javascript

master
ALI Hamza 2019-09-25 16:20:04 +07:00
parent 9e05b41888
commit 29984886c4
No known key found for this signature in database
GPG Key ID: BCA8A46C87798C4C
3 changed files with 0 additions and 1 deletions

Binary file not shown.

Binary file not shown.

@ -29,7 +29,6 @@ ws.onopen = function() {
ws.onmessage = function(info) {
let data = JSON.parse(info.data);
console.log(data);
if(!data.success) {
toast("Error: " + data.content);
return;