Skip to content

Commit 44459b1

Browse files
committed
Disable the migrator until its FIXMEs are done
1 parent 5e4038f commit 44459b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/net/imagej/ui/swing/updater/ImageJUpdater.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ public class ImageJUpdater implements UpdaterUI {
8282

8383
@Override
8484
public void run() {
85-
new LauncherMigrator(context).checkLaunchStatus();
85+
// NB: Disable migrator until its remaining FIXMEs are done.
86+
//new LauncherMigrator(context).checkLaunchStatus();
8687

8788
if (errorIfDebian()) return;
8889

0 commit comments

Comments
 (0)