Skip to content

Commit

Permalink
Revert "call new net.imagej.ImageJ(); to register plugins"
Browse files Browse the repository at this point in the history
This reverts commit 531f3b1.
  • Loading branch information
tpietzsch committed Oct 22, 2024
1 parent fa7fe54 commit 3693c1e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public void actionPerformed(ActionEvent e)
public static void setupTesting()
{
IOFunctions.printIJLog = true;
new net.imagej.ImageJ();
new ImageJ();

//if ( System.getProperty("os.name").toLowerCase().contains( "mac" ) )
Expand Down

0 comments on commit 3693c1e

Please sign in to comment.