Skip to content

Commit

Permalink
chore: cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
2e0byo committed Jan 27, 2022
1 parent f67725f commit d65ba7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yadc/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def __init__(

@staticmethod
def validate_buster(buster: Path):
print("inside validate buster")
if not buster.is_dir():
raise BrowserError("Please unzip buster and pass the dir.")

Expand Down

0 comments on commit d65ba7e

Please sign in to comment.