From a3eaef7696e615cd8d1f858f75c3f07df3b85493 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 6 May 2018 18:12:53 +0100 Subject: [PATCH] Remove debugging statement. --- volatility/cli/volshell/__init__.py | 1 - 1 file changed, 1 deletion(-) 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(