summaryrefslogtreecommitdiffstats
path: root/GUI/GUI/GUI/PythonWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GUI/GUI/GUI/PythonWrapper.cpp')
-rw-r--r--GUI/GUI/GUI/PythonWrapper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/GUI/GUI/GUI/PythonWrapper.cpp b/GUI/GUI/GUI/PythonWrapper.cpp
index cf210fa..c4367e8 100644
--- a/GUI/GUI/GUI/PythonWrapper.cpp
+++ b/GUI/GUI/GUI/PythonWrapper.cpp
@@ -499,7 +499,6 @@ std::future<bool> PythonWrapper::StartApp(
"--gpu_idx", std::to_string(config.gpu_idx),
"--keybind", Quote(config.keybind),
"--reset_on_toggle", config.reset_on_toggle ? "1" : "0",
- "--commit_fuzz_threshold", std::to_string(config.commit_fuzz_threshold),
},
std::move(out_cb),
std::move(in_cb),