mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 13:17:38 +02:00
Layerwriter: Remove erroneous debugging statements
This commit is contained in:
@@ -82,8 +82,6 @@ class LayerWriter(plugins.PluginInterface):
|
||||
for name in self.context.layers:
|
||||
yield 0, (name, )
|
||||
else:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
# Choose the most recently added layer that isn't virtual
|
||||
if self.config['layers'] is None:
|
||||
self.config['layers'] = []
|
||||
|
||||
Reference in New Issue
Block a user