Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit acace68

Browse files
committed
Remove the up to date message.
1 parent a1aa13f commit acace68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PaisleyParkUpdater/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public MainWindow()
7474
}
7575
else
7676
{
77-
MessageBox.Show("You're up to date!", "Paisley Park Updater", MessageBoxButton.OK, MessageBoxImage.Information);
77+
// MessageBox.Show("You're up to date!", "Paisley Park Updater", MessageBoxButton.OK, MessageBoxImage.Information);
7878
Application.Current.Shutdown();
7979
}
8080
}

0 commit comments

Comments
 (0)