menu: less logging
This commit is contained in:
parent
45b172f85c
commit
5215c8f985
@ -48,10 +48,9 @@ class MenuPanel(ScreenPanel):
|
||||
for item in items:
|
||||
key = list(item)[0]
|
||||
if not self.evaluate_enable(item[key]['enable']):
|
||||
logging.debug(f"X {key}")
|
||||
logging.debug(f"X > {key}")
|
||||
continue
|
||||
|
||||
logging.debug(f"> {key}")
|
||||
if columns == 4:
|
||||
if length <= 4:
|
||||
# Arrange 2 x 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user