Skip to content

Commit e446c10

Browse files
committed
Remove debugging call
1 parent 0b1bbb8 commit e446c10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

volatility3/cli/text_renderer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,6 @@ def render_bytes(self, data: renderers.LayerData) -> Tuple[bytes, Set[int]]:
228228
True,
229229
)
230230

231-
import pdb
232-
233-
pdb.set_trace()
234-
235231
return specific_data, error_bytes
236232

237233

0 commit comments

Comments
 (0)