Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
minnerbe committed Apr 23, 2024
1 parent 624833b commit fe39a35
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ public void correctTiles() throws IOException {
final StackMetaData stackMetaData = renderClient.getStackMetaData(stack.getStack());
renderClient.setupDerivedStack(stackMetaData, stack.getStack() + params.targetStackSuffix);

// for (int z = (int) zStatistics.getMin(); z <= (int) zStatistics.getMax(); z++) {
for (int z = 1; z <= 1; z++) {
for (int z = (int) zStatistics.getMin(); z <= (int) zStatistics.getMax(); z++) {
final ResolvedTileSpecCollection tileSpecs = renderClient.getResolvedTiles(stack.getStack(), (double) z);

for (final TileSpec tileSpec : tileSpecs.getTileSpecs()) {
Expand Down

0 comments on commit fe39a35

Please sign in to comment.