Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Sep 26, 2024
1 parent 89528a6 commit 913c36e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/RenderVideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def render(self):

if self.interpolateModel:
if self.currentTransitionFrameNumber == counter:
print("Placing transition frame at: " + str(counter))
self.renderInterpolate(frame, True)
self.currentTransitionFrameNumber = self.getTransitionFrame()
else:
Expand Down

0 comments on commit 913c36e

Please sign in to comment.