Skip to content

Commit

Permalink
Remove log print breaking motion tracking create
Browse files Browse the repository at this point in the history
  • Loading branch information
jliljebl committed May 29, 2024
1 parent 8535f3d commit b9e7e39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flowblade-trunk/Flowblade/tools/trackingheadless.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def main(root_path, session_id, parent_folder, profile_desc, clip_path, write_fi

mltheadlessutils.mlt_env_init(root_path, parent_folder, session_id)

ccrutils.prints_to_log_file("/home/janne/trackinglog")

global _render_thread
_render_thread = TrackingHeadlessRunnerThread(profile_desc, clip_path, write_file, data_file_path, step, algo, rect)
_render_thread.start()
Expand Down

0 comments on commit b9e7e39

Please sign in to comment.