Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jadmsaadaot committed Jan 29, 2025
1 parent 2eb0c15 commit 27b6e1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def prepare_update_request_creation_email_notification(cls, package: PackageMode
raise BadRequestError(f"Sender name not found for package type: {package.type.name}")

web_url = current_app.config.get('WEB_URL')
print(f'web_url: {web_url}')
email_details = EmailDetails(
template_name=MANAGEMENT_PLAN_UPDATE_REQUEST_CREATED_EMAIL_TEMPLATE,
body_args={
Expand Down

0 comments on commit 27b6e1f

Please sign in to comment.