Remove debugging statement.

This commit is contained in:
Mike Auty
2018-05-06 18:12:53 +01:00
parent 035bada7b7
commit a3eaef7696
-1
View File
@@ -87,7 +87,6 @@ class VolShell(cli.CommandLine):
# We don't list plugin arguments, because they can be provided within python
volshell_plugin_list = {'generic': shellplugin.Volshell,
'windows': windows.Volshell}
print(repr(volshell_plugin_list))
for plugin in volshell_plugin_list:
subparser = parser.add_argument_group(title = plugin.capitalize(),
description = "Configuration options based on {} options".format(