Skip to content

Commit 272fb08

Browse files
committed
Merge branch 'main' into fix-downsampled-resolutions
2 parents e1f2d26 + 185945c commit 272fb08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/net/preibisch/bigstitcher/spark/abstractcmdline/AbstractBasic.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737
public abstract class AbstractBasic extends AbstractInfrastructure implements Callable<Void>, Serializable
3838
{
39+
static { net.preibisch.legacy.io.IOFunctions.printIJLog = false; }
40+
3941
private static final long serialVersionUID = -4916959775650710928L;
4042

4143
@Option(names = { "-x", "--xml" }, required = true, description = "Path to the existing BigStitcher project xml, e.g. -x /home/project.xml or -x s3://mybucket/data/dataset.xml or -x file:/home/project.xml")

0 commit comments

Comments
 (0)