mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 18:27:39 +02:00
Remove debugging statements
This commit is contained in:
@@ -245,9 +245,6 @@ class IntermediateSymbolTable(interfaces.symbols.SymbolTableInterface):
|
||||
]
|
||||
|
||||
def clone(self, new_name: str):
|
||||
print(self._delegate._overrides)
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
return IntermediateSymbolTable(self._context,
|
||||
self.config_path,
|
||||
new_name,
|
||||
|
||||
Reference in New Issue
Block a user