We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b583c commit 353bf66Copy full SHA for 353bf66
1 file changed
isobar/timelines/track.py
@@ -259,7 +259,7 @@ def tick(self):
259
# Jump back to the start of the looping region.
260
#--------------------------------------------------------------------------------
261
self.current_time = looping_region.start_time
262
- print("Looping region: jumping back to %.2f" % looping_region.start_time)
+ logger.debug("Looping region: jumping back to %.2f" % looping_region.start_time)
263
264
265
# Process LFOs.
0 commit comments