Skip to content

Commit

Permalink
Commented out code that is not needed for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KingKDot committed Mar 18, 2024
1 parent 48b585d commit 24794c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/methods/anti_methods/anti_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def tests():

if Settings.require_wifi:
choices.append(AntiChanges.anti_wifi)
if Settings.utf_16_bom:
choices.append(AntiChanges.byte_check)
# if Settings.utf_16_bom:
# choices.append(AntiChanges.byte_check)

# return the name of the function used too
choice = random.choice(choices)
Expand Down

0 comments on commit 24794c8

Please sign in to comment.