Skip to content

Commit

Permalink
Add debug information when events triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Jul 2, 2024
1 parent d4cd915 commit 41dc811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isobar/timelines/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def perform_event(self, event: Event):
return
if self.is_muted:
return
log.debug("Track: Executing event: %s" % event)

#------------------------------------------------------------------------
# Action: Carry out an action each time this event is triggered
Expand Down

0 comments on commit 41dc811

Please sign in to comment.