mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
Remove debugging calls from layerwriter plugin.
This commit is contained in:
@@ -59,8 +59,6 @@ class LayerWriter(plugins.PluginInterface):
|
||||
filedata.data.write(data)
|
||||
self.produce_file(filedata)
|
||||
except Exception as excp:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
vollog.warning("Unable to write out output file")
|
||||
|
||||
yield 0, ('Layer {} has been written to {}'.format(self.config['layer_name'],
|
||||
|
||||
Reference in New Issue
Block a user