Skip to content

Commit

Permalink
chore: remove unless code
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Dec 6, 2024
1 parent 143d3d5 commit 42f4bc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glue_python/115cookie/115cookie.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def poll_qrcode_status(qrcode_token, qrcode_app):

@app.route('/')
def index():
print(args.qrcode_app)
qrcode_token = get_qrcode_token()["data"]
uid = qrcode_token["uid"]
qrcode_image_io = get_qrcode(uid)
Expand Down

0 comments on commit 42f4bc0

Please sign in to comment.