Skip to content

Commit

Permalink
Remove log call
Browse files Browse the repository at this point in the history
  • Loading branch information
vitiko98 committed Jun 24, 2023
1 parent ce35c4d commit d7d64ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qobuz_dl/qopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def __init__(self, email, pwd, app_id, secrets):

}
)
logger.info(f"{YELLOW}{self.session.headers}")
self.base = "https://www.qobuz.com/api.json/0.2/"
self.sec = None
self.auth(email, pwd)
Expand Down

0 comments on commit d7d64ac

Please sign in to comment.