Skip to content

Commit aee176c

Browse files
committed
Remove a debug artifact
1 parent 7d7e1b1 commit aee176c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

huffman/src/lib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ def decode_bytes(encoded: str, table: dict[str, str], padding: int) -> str:
133133
# ```
134134
def encode_file(inp: str) -> str:
135135
encoded, table, padding = encode_bytes(inp)
136-
global dump_a
137-
dump_a = table
138136

139137
# File format:
140138
# padding size (1 byte) + table length (1 byte)

0 commit comments

Comments
 (0)