Skip to content

Commit

Permalink
remove unnecessary debug msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Nov 5, 2024
1 parent 51992f9 commit fe8e0d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import net.imglib2.realtransform.AffineTransform3D;
import net.imglib2.type.numeric.real.FloatType;
import net.imglib2.view.Views;
import net.preibisch.legacy.io.IOFunctions;

public class SplitMultiResolutionSetupImgLoader< T > implements MultiResolutionSetupImgLoader< T >
{
Expand Down Expand Up @@ -76,8 +75,6 @@ public SplitMultiResolutionSetupImgLoader( final MultiResolutionSetupImgLoader<
@Override
public RandomAccessibleInterval< T > getImage( final int timepointId, final ImgLoaderHint... hints )
{
IOFunctions.println( "requesting full size: " );

return Views.zeroMin( Views.interval( underlyingSetupImgLoader.getImage( timepointId, hints ), interval ) );
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ protected static final void setUpMultiRes(
@Override
public RandomAccessibleInterval< T > getImage( final int timepointId, final ImgLoaderHint... hints )
{
IOFunctions.println( "requesting full size: " );

return Views.zeroMin( Views.interval( underlyingSetupImgLoader.getImage( timepointId, hints ), interval ) );
}

Expand Down

0 comments on commit fe8e0d6

Please sign in to comment.