summaryrefslogtreecommitdiffstats
path: root/GUI
diff options
context:
space:
mode:
Diffstat (limited to 'GUI')
-rw-r--r--GUI/GUI/GUI/Frame.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/GUI/GUI/GUI/Frame.cpp b/GUI/GUI/GUI/Frame.cpp
index 69def6b..236d375 100644
--- a/GUI/GUI/GUI/Frame.cpp
+++ b/GUI/GUI/GUI/Frame.cpp
@@ -2137,9 +2137,6 @@ void Frame::OnAppStart(wxCommandEvent& event) {
return;
}
- Log(transcribe_out_, "Commit fuzz threshold str: {}\n", commit_fuzz_threshold_str);
- Log(transcribe_out_, "Commit fuzz threshold: {}\n", commit_fuzz_threshold);
-
app_c_->microphone = kMicChoices[which_mic].ToStdString();
app_c_->language = kLangChoices[which_lang].ToStdString();
app_c_->language_target = kLangTargetChoices[which_translate_target].ToStdString();