Browse Source

Remove debug print

master
Forest Belton 3 years ago
parent
commit
f1b23cf53f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      scripts/generate_map.py

+ 0
- 1
scripts/generate_map.py View File

@ -55,7 +55,6 @@ def generate_coll_map(
def format_bytes(data: bytes, width: int = 16) -> str: def format_bytes(data: bytes, width: int = 16) -> str:
print(f"formatting with width={width}")
lines = [] lines = []
for line_no in range(0, len(data), width): for line_no in range(0, len(data), width):
line = data[line_no : line_no + width] line = data[line_no : line_no + width]

Loading…
Cancel
Save