aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/settings/SettingsNetwork.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/settings/SettingsNetwork.cpp')
-rw-r--r--src/ui/dialog/settings/SettingsNetwork.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ui/dialog/settings/SettingsNetwork.cpp b/src/ui/dialog/settings/SettingsNetwork.cpp
index d3e4d199..fe3d450e 100644
--- a/src/ui/dialog/settings/SettingsNetwork.cpp
+++ b/src/ui/dialog/settings/SettingsNetwork.cpp
@@ -151,8 +151,6 @@ void GpgFrontend::UI::NetworkTab::SetSettings() {
}
void GpgFrontend::UI::NetworkTab::ApplySettings() {
- SPDLOG_INFO("called");
-
auto &settings =
GpgFrontend::GlobalSettingStation::GetInstance().GetUISettings();
@@ -224,8 +222,6 @@ void GpgFrontend::UI::NetworkTab::ApplySettings() {
}
apply_proxy_settings();
-
- SPDLOG_INFO("done");
}
void GpgFrontend::UI::NetworkTab::slot_test_proxy_connection_result() {
@@ -270,7 +266,7 @@ void GpgFrontend::UI::NetworkTab::slot_test_proxy_connection_result() {
waiting_dialog->deleteLater();
});
connect(waiting_dialog, &QProgressDialog::canceled, [=]() {
- SPDLOG_INFO("cancel clicked");
+ SPDLOG_DEBUG("cancel clicked");
if (thread->isRunning()) thread->terminate();
});