Remove Delay Test "Test done" Notification

This commit is contained in:
ChsBuffer
2021-01-26 21:51:47 +08:00
parent 019044c275
commit d2b6d182ff

View File

@@ -721,7 +721,6 @@ namespace Netch.Forms
void OnTestDelayFinished(object o1, EventArgs e1)
{
Refresh();
NotifyTip(i18N.Translate("Test done"));
ServerHelper.DelayTestHelper.TestDelayFinished -= OnTestDelayFinished;
Enabled = true;