mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 03:39:51 +02:00
Remove debugging statement.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user