diff --git a/Netch/Forms/SubscribeForm.cs b/Netch/Forms/SubscribeForm.cs index 59c6cc47..5a927f67 100644 --- a/Netch/Forms/SubscribeForm.cs +++ b/Netch/Forms/SubscribeForm.cs @@ -115,8 +115,6 @@ namespace Netch.Forms subscribeLink.UserAgent = UserAgentTextBox.Text; } - MessageBoxX.Show(i18N.Translate("Saved")); - InitSubscribeLink(); }