Skip to content

Commit

Permalink
Removed unnecessary comment from the "form load" event handler of the…
Browse files Browse the repository at this point in the history
… FrmUpdate class.
  • Loading branch information
xvitaly committed Jan 16, 2025
1 parent 2b79006 commit 282f78b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/srcrepair/FrmUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ private void CheckAndInstallUpdate()
/// <param name="e">Event arguments.</param>
private async void FrmUpdate_Load(object sender, EventArgs e)
{
// Starting checking for updates...
await CheckForUpdates();
}

Expand Down

0 comments on commit 282f78b

Please sign in to comment.