Removed an unneeded debug logger entry from the example event to avoid spamming the log.
This commit is contained in:
parent
54e2564a9f
commit
b63bcc6132
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class EventBlinkButton(IntervalEvent):
|
||||||
#stored with the gamesrc/parent/ drawer as a base)
|
#stored with the gamesrc/parent/ drawer as a base)
|
||||||
parent = 'examples.red_button'
|
parent = 'examples.red_button'
|
||||||
buttons = Object.objects.global_object_script_parent_search(parent)
|
buttons = Object.objects.global_object_script_parent_search(parent)
|
||||||
log_infomsg("buttons found: %s" % buttons)
|
#log_infomsg("buttons found: %s" % buttons)
|
||||||
|
|
||||||
for b in buttons:
|
for b in buttons:
|
||||||
b.scriptlink.blink()
|
b.scriptlink.blink()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue