RED-8670: deactivate debug by default again

This commit is contained in:
Kilian Schuettler 2025-01-14 13:16:27 +01:00
parent 6aeb8c7795
commit f55c18abdb

View File

@ -58,7 +58,7 @@ import lombok.experimental.FieldDefaults;
@FieldDefaults(level = AccessLevel.PRIVATE)
public class LayoutDebugLayer extends LayoutDebugLayerConfig {
boolean active = true;
boolean active = false;
Map<Integer, AtomicInteger> outlineObjectsWithoutPointsPerPage = new HashMap<>();