Skip to content

Commit 353bf66

Browse files
committed
LoopingRegion: Switch to debug log
1 parent 34b583c commit 353bf66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

isobar/timelines/track.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def tick(self):
259259
# Jump back to the start of the looping region.
260260
#--------------------------------------------------------------------------------
261261
self.current_time = looping_region.start_time
262-
print("Looping region: jumping back to %.2f" % looping_region.start_time)
262+
logger.debug("Looping region: jumping back to %.2f" % looping_region.start_time)
263263

264264
#--------------------------------------------------------------------------------
265265
# Process LFOs.

0 commit comments

Comments
 (0)