Local-weather: Remove a debug print()
This caused random ‘0’ to appear on the console. Checked with Thorsten R, okay to disable this.
This commit is contained in:
parent
f9eacd8be0
commit
838ba8230b
1 changed files with 1 additions and 1 deletions
|
@ -1299,7 +1299,7 @@ if (ev.vis_flag ==1)
|
|||
# then set the new value in current and execute change
|
||||
cNode.getNode("visibility-m").setValue(vis);
|
||||
#compat_layer.setVisibility(vis);
|
||||
print(vis);
|
||||
#print(vis);
|
||||
compat_layer.setVisibilitySmoothly(vis);
|
||||
|
||||
# then count the number of active volumes on entry (we need that to determine
|
||||
|
|
Loading…
Add table
Reference in a new issue