Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Nov 7, 2019
1 parent 1f3f21a commit c6ef81c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hstsparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def convert(domain):
idx = 0
for char in reversed(domain):
if char == ".":
# output.append(my_hex(idx))
output.append(chr(idx))
idx = 0
else:
Expand Down

0 comments on commit c6ef81c

Please sign in to comment.