RED-8670: deactivate debug by default again
This commit is contained in:
parent
f55c18abdb
commit
ceb9532d65
@ -58,7 +58,7 @@ import lombok.experimental.FieldDefaults;
|
|||||||
@FieldDefaults(level = AccessLevel.PRIVATE)
|
@FieldDefaults(level = AccessLevel.PRIVATE)
|
||||||
public class LayoutDebugLayer extends LayoutDebugLayerConfig {
|
public class LayoutDebugLayer extends LayoutDebugLayerConfig {
|
||||||
|
|
||||||
boolean active = false;
|
boolean active;
|
||||||
|
|
||||||
Map<Integer, AtomicInteger> outlineObjectsWithoutPointsPerPage = new HashMap<>();
|
Map<Integer, AtomicInteger> outlineObjectsWithoutPointsPerPage = new HashMap<>();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user