Remove unnecessary log messages
This commit is contained in:
parent
761b7bbe2d
commit
29e31ee74d
1 changed files with 0 additions and 2 deletions
|
@ -272,7 +272,6 @@ View_setMX(d) {
|
||||||
m := Manager_aMonitor
|
m := Manager_aMonitor
|
||||||
v := Monitor_#%m%_aView_#1
|
v := Monitor_#%m%_aView_#1
|
||||||
l := View_#%m%_#%v%_layout_#1
|
l := View_#%m%_#%v%_layout_#1
|
||||||
Log_msg("View_setMX(): l: " . l)
|
|
||||||
If Not (Config_layoutFunction_#%l% = "tile")
|
If Not (Config_layoutFunction_#%l% = "tile")
|
||||||
Return
|
Return
|
||||||
|
|
||||||
|
@ -289,7 +288,6 @@ View_setMY(d) {
|
||||||
m := Manager_aMonitor
|
m := Manager_aMonitor
|
||||||
v := Monitor_#%m%_aView_#1
|
v := Monitor_#%m%_aView_#1
|
||||||
l := View_#%m%_#%v%_layout_#1
|
l := View_#%m%_#%v%_layout_#1
|
||||||
Log_msg("View_setMY(): l: " . l)
|
|
||||||
If Not (Config_layoutFunction_#%l% = "tile")
|
If Not (Config_layoutFunction_#%l% = "tile")
|
||||||
Return
|
Return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue