From 8087f86bcf17d38bf5e79b0db9d054b584a19230 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 20 Jul 2017 00:51:03 +0100 Subject: [PATCH] Remove debugging statements. --- volatility/framework/automagic/stacker.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/volatility/framework/automagic/stacker.py b/volatility/framework/automagic/stacker.py index 008891883..2a9e372d7 100644 --- a/volatility/framework/automagic/stacker.py +++ b/volatility/framework/automagic/stacker.py @@ -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,