mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
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)
|
||||
parent = 'examples.red_button'
|
||||
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:
|
||||
b.scriptlink.blink()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue