(20241204) Some debugging prints removed.

This commit is contained in:
2024-12-04 14:36:15 +05:30
parent 91831bd7f5
commit f470baab62
-5
View File
@@ -201,8 +201,6 @@ async def app_startup(**kwargs):
) )
) )
print("Here!")
# ┏┓ ┓ ┓ ┳┓ # ┏┓ ┓ ┓ ┳┓
# ┃ ┏┓┏┓┏┫ ┏┓┏┓┏┫ ┃┃┏┓╋┏┓ # ┃ ┏┓┏┓┏┫ ┏┓┏┓┏┫ ┃┃┏┓╋┏┓
# ┗┛┛ ┗ ┗┻ ┗┻┛┗┗┻ ┻┛┗┻┗┗┻ # ┗┛┛ ┗ ┗┻ ┗┻┛┗┗┻ ┻┛┗┻┗┗┻
@@ -220,9 +218,6 @@ async def app_startup(**kwargs):
) )
current_app.script_data = response.json().get("data") current_app.script_data = response.json().get("data")
print("CRED:", script_cred)
print("DATA:", current_app.script_data)
# ┏┓┏┓┳┳ ┏┓┏┏• • # ┏┓┏┓┳┳ ┏┓┏┏• •
# ┃ ┃┃┃┃ ┣┫╋╋┓┏┓┓╋┓┏ # ┃ ┃┃┃┃ ┣┫╋╋┓┏┓┓╋┓┏
# ┗┛┣┛┗┛ ┛┗┛┛┗┛┗┗┗┗┫ # ┗┛┣┛┗┛ ┛┗┛┛┗┛┗┗┗┗┫