Skip to content

Commit 9cdb0a3

Browse files
committed
remove the flag: get from the errorlistener
1 parent 849193e commit 9cdb0a3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/net/imglib2/cellpose/CellposeRunner.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ public void init() throws IOException, BuildException, InterruptedException, Tas
206206
final long end = System.currentTimeMillis();
207207
listener.message( "Cellpose initialization done in " + ( end - start ) / 1000. + " s" );
208208

209-
// Inform listener that initialization (env creation, model initialization) is done
210-
listener.message( "#Flag: initialization done" );
211-
212209
// The runner script
213210
this.cellposeScript = IOUtils.toString( Cellpose.class.getResource( pythonScriptPath ), StandardCharsets.UTF_8 );
214211
}

0 commit comments

Comments
 (0)