mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Remove debugging statements.
This commit is contained in:
@@ -103,9 +103,7 @@ class LayerStacker(interfaces.automagic.AutomagicInterface):
|
||||
if result:
|
||||
path, layer = result
|
||||
# splice in the new configuration into the original context
|
||||
print("BEFORE", dict(context.config))
|
||||
context.config.merge(path, new_context.memory[layer].build_configuration())
|
||||
print("AFTER ", dict(context.config))
|
||||
# Call the construction magic now we may have new things to construct
|
||||
constructor = construct_layers.ConstructionMagic(context,
|
||||
interfaces.configuration.path_join(self.config_path,
|
||||
|
||||
Reference in New Issue
Block a user