From 85edc028ff83b489f184da93ca1b2f66ee5b7fcb Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 12 Jan 2018 17:10:55 +0100 Subject: [PATCH] Remove logging about filepicker rpc --- www/filepicker/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/filepicker/main.js b/www/filepicker/main.js index 8b7ab2b60..596cc0a45 100644 --- a/www/filepicker/main.js +++ b/www/filepicker/main.js @@ -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,