Skip to content

Commit

Permalink
chore: remove debug print() from smartRTH code
Browse files Browse the repository at this point in the history
  • Loading branch information
vasarhelyi committed May 6, 2024
1 parent 49e5d55 commit 0d8c5fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/sbstudio/plugin/operators/return_to_home.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def _run(self, storyboard, *, context) -> bool:
),
)
)
print(len(path_points))
for point in path_points:
frame = int(self.start_frame + point[0] * fps)
keyframes = (
Expand Down

0 comments on commit 0d8c5fd

Please sign in to comment.