Skip to content

Commit

Permalink
remove commented out variables
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Mar 27, 2024
1 parent 1ba2b97 commit 4134b89
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ def process(self, instance):
source_out = int(track_item.sourceOut())
speed = track_item.playbackSpeed()

# calculate available material before retime
# available_in = int(track_item.handleInLength() * speed)
# available_out = int(track_item.handleOutLength() * speed)

self.log.debug((
"_BEFORE: \n timeline_in: `{0}`,\n timeline_out: `{1}`, \n "
"source_in: `{2}`,\n source_out: `{3}`,\n speed: `{4}`,\n "
Expand Down

0 comments on commit 4134b89

Please sign in to comment.