1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Improved web application performance.

This commit is contained in:
Ylian Saint-Hilaire 2019-01-22 11:44:46 -08:00
parent 74a01ffb95
commit 6d38294aea
5 changed files with 95 additions and 106 deletions

View file

@ -2334,7 +2334,7 @@
files.sendText({ action: 'ls', reqid: 1, path: '' });
break;
default:
console.log('Unknown onFilesStateChange state', state);
//console.log('Unknown onFilesStateChange state', state);
break;
}
}