fix: removed print statement

This commit is contained in:
Jannat Patel
2021-12-14 18:04:41 +05:30
parent 828d5764d0
commit 3237a539f7

View File

@@ -10,7 +10,6 @@ def get_context(context):
except KeyError:
username = frappe.db.get_value("User", frappe.session.user, ["username"])
if username:
print(urlencode({"username": username}))
frappe.local.flags.redirect_location = get_profile_url_prefix() + username
raise frappe.Redirect
try: