diff --git a/apps/files_sharing/src/share.js b/apps/files_sharing/src/share.js index 47c57e70b6c..abcb444cb48 100644 --- a/apps/files_sharing/src/share.js +++ b/apps/files_sharing/src/share.js @@ -348,14 +348,13 @@ import escapeHTML from 'escape-html' /** * Format a remote address * - * @param {String} shareWith userid, full remote share, or whatever - * @param {String} shareWithDisplayName - * @param {String} message - * @returns {String} HTML code to display - */ + * @param {String} shareWith userid, full remote share, or whatever + * @param {String} shareWithDisplayName + * @param {String} message + * @returns {String} HTML code to display + */ _formatRemoteShare: function(shareWith, shareWithDisplayName, message) { var parts = OCA.Sharing.Util._REMOTE_OWNER_REGEXP.exec(shareWith) - console.error(parts); if (!parts || !parts[7]) { // display avatar of the user var avatar = ''