diff --git a/volatility/cli/volshell/__init__.py b/volatility/cli/volshell/__init__.py index c4e20f11a..2f99ecae5 100644 --- a/volatility/cli/volshell/__init__.py +++ b/volatility/cli/volshell/__init__.py @@ -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(