Improved web application performance.

This commit is contained in:
Ylian Saint-Hilaire
2019-01-22 11:44:46 -08:00
parent 52776b81af
commit 6fbcb8ea4d
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;
}
}