Removed an unneeded debug logger entry from the example event to avoid spamming the log.

This commit is contained in:
Griatch 2009-04-26 11:04:54 +00:00
parent 54e2564a9f
commit b63bcc6132

View file

@ -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()