Skip to content

Commit

Permalink
Remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Cupcak3 committed Jun 10, 2023
1 parent 77bfaf9 commit ec874be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion InventoryKamera/ui/main/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ private async void CheckForKameraUpdates()

Version latestVersion = new Version(Regex.Replace(latest.TagName, "[a-zA-Z]", string.Empty));
Version currentVersion = Assembly.GetExecutingAssembly().GetName().Version;
currentVersion = new Version();
if (currentVersion.CompareTo(latestVersion) < 0)
{
var message = $"A new version of Inventory Kamera is available.\n\n" +
Expand Down

0 comments on commit ec874be

Please sign in to comment.