Changeset

10179:2364e9533d0e

prosodyctl: Removed unnecessary comments from the remove command
author João Duarte <jvsDuarte08@gmail.com>
date Wed, 31 Jul 2019 05:55:32 -0700
parents 10178:badc8610bfdf
children 10180:152604d54732
files prosodyctl
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/prosodyctl	Wed Jul 31 05:47:36 2019 -0700
+++ b/prosodyctl	Wed Jul 31 05:55:32 2019 -0700
@@ -114,7 +114,6 @@
 		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