Skip to content

Commit

Permalink
prevent log spamming
Browse files Browse the repository at this point in the history
  • Loading branch information
jabdoa2 committed Feb 4, 2018
1 parent adf82f4 commit 225ec52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpfmc/config_players/display_light_player.py
Expand Up @@ -104,7 +104,7 @@ def _render(self, instance, element, context):
values[name] = value

self.machine.bcp_processor.send("trigger", name="display_light_player_apply", context=context,
values=values, element=element)
values=values, element=element, _silent=True)
# clear the fbo background
fbo.bind()
fbo.clear_buffer()
Expand Down

0 comments on commit 225ec52

Please sign in to comment.