aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorJoão Duarte <jvsDuarte08@gmail.com>2019-07-31 05:55:32 -0700
committerJoão Duarte <jvsDuarte08@gmail.com>2019-07-31 05:55:32 -0700
commit372a90aff6bb86406df0e56f65ff0427b7b01172 (patch)
treede871f906f42f5be4864782cae43d5fead0a32a5 /prosodyctl
parent1e03cec66433732be858cca013ce8c9f84169c0f (diff)
downloadprosody-372a90aff6bb86406df0e56f65ff0427b7b01172.tar.gz
prosody-372a90aff6bb86406df0e56f65ff0427b7b01172.zip
prosodyctl: Removed unnecessary comments from the remove command
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl1
1 files changed, 0 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 72f7cbb5..24874ade 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -114,7 +114,6 @@ function commands.remove(arg)
show_usage([[remove]], [[Removes a module installed in the wroking directory's plugins folder]]);
return 1;
end
- -- I'm considering that we are using just one path to custom plugins, and it is the first in prosody.paths.plugins, for now
local installer_plugin_path = prosodyctl.get_path_custom_plugins(prosody.paths.plugins)
local flag = "--tree="
-- I'm considering this optional flag comes first