Remove logging about filepicker rpc
This commit is contained in:
parent
dffa117f4d
commit
85edc028ff
@ -74,7 +74,6 @@ define([
|
|||||||
config.addCommonRpc(sframeChan);
|
config.addCommonRpc(sframeChan);
|
||||||
|
|
||||||
sframeChan.on('Q_GET_FILES_LIST', function (types, cb) {
|
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) {
|
Cryptpad.getSecureFilesList(types, function (err, data) {
|
||||||
cb({
|
cb({
|
||||||
error: err,
|
error: err,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user