From 6753d81627d4467e649a6bb8dcb44c7eb8e42e1e Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 1 Sep 2023 01:06:44 -0700 Subject: Various cleanup --- GUI/.gitignore | 5 +++++ GUI/GUI/GUI/Frame.cpp | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'GUI') diff --git a/GUI/.gitignore b/GUI/.gitignore index c10a0c9..727e4ae 100644 --- a/GUI/.gitignore +++ b/GUI/.gitignore @@ -7,3 +7,8 @@ PortableGit* Python* python-* UwwwuPP +Profanity +curl + +# Frequently created during development +freeze.txt diff --git a/GUI/GUI/GUI/Frame.cpp b/GUI/GUI/GUI/Frame.cpp index 432569a..2a143d1 100644 --- a/GUI/GUI/GUI/Frame.cpp +++ b/GUI/GUI/GUI/Frame.cpp @@ -2308,7 +2308,6 @@ void Frame::OnAppStart(wxCommandEvent& event) { } return true; }); - Log(transcribe_out_, "DEBUG::{}:: AppConfig::kConfigPath: {}\n", __func__, AppConfig::kConfigPath); const std::string config_path(AppConfig::kConfigPath); py_app_ = std::move(PythonWrapper::StartApp(config_path, transcribe_out_, std::move(out_cb), std::move(in_cb), std::move(run_cb), -- cgit v1.2.3