diff --git a/static/user-menu.js b/static/user-menu.js index a26b2020..32aedb5e 100644 --- a/static/user-menu.js +++ b/static/user-menu.js @@ -7,7 +7,6 @@ module.exports = { 'C - Create User Menu File': async ({DOM, CloudCmd}) => { const {CurrentInfo} = DOM; - const {dirPath} = CurrentInfo; const path = `${dirPath}.cloudcmd.menu.js`; const {prefix} = CloudCmd;