Don't call start_log_callback_thread unncecessarilly

This commit is contained in:
Kitaiti Makoto 2026-05-23 00:54:41 +09:00
parent 1f713bc633
commit d5e20de1a4
1 changed files with 0 additions and 1 deletions

View File

@ -68,5 +68,4 @@ init_ruby_whisper_parakeet()
rb_set_end_proc(ruby_whisper_parakeet_end_proc, Qnil);
rb_require("whisper/parakeet");
rb_funcall(mParakeet, id_start_log_callback_thread, 0);
}