Remove logging about filepicker rpc

This commit is contained in:
yflory 2018-01-12 17:10:55 +01:00
parent dffa117f4d
commit 85edc028ff

View file

@ -74,7 +74,6 @@ define([
config.addCommonRpc(sframeChan);
sframeChan.on('Q_GET_FILES_LIST', function (types, cb) {
console.error("TODO: make sure Q_GET_FILES_LIST is only available from filepicker");
Cryptpad.getSecureFilesList(types, function (err, data) {
cb({
error: err,