RED-8670: deactivate debug by default again

This commit is contained in:
Kilian Schuettler 2025-01-14 13:31:29 +01:00
parent f55c18abdb
commit ceb9532d65

View File

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