Skip to content

Commit

Permalink
Reduce logging
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Nov 9, 2024
1 parent 3c5fc47 commit 547b712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/mpf-gmc/scripts/audio/GMCBus.gd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func duck(settings) -> void:
# Track which duck we are timing
self._duck_release_timer.set_meta("ducking", settings)
self._duck_release_timer.start(settings.duration)
self.log.info("Ducking %s by %s over %ss, will last %s", [self.name, settings.attenuation, settings.attack, settings.duration])

func duck_release() -> void:
# Remove this duck from the list of duckings
Expand Down

0 comments on commit 547b712

Please sign in to comment.