Skip to content

Commit

Permalink
chore: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Oct 11, 2024
1 parent 2b58290 commit 7b0988e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solara/website/components/contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def send(*_ignore):
},
data=json.dumps(msg),
)
print("Email sent successfully!")
except Exception as e:
error.set(f"Error sending email: {e}")
else:
Expand Down

0 comments on commit 7b0988e

Please sign in to comment.