diff options
author | saturneric <[email protected]> | 2024-01-23 10:14:21 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-23 10:14:21 +0000 |
commit | 3ec6373fc40ca5120e0417ffb41a6341272fd952 (patch) | |
tree | 74e6b9722e6a9217a90715c9fd6d564cf82596c1 /src/core/function/GlobalSettingStation.cpp | |
parent | fix: main windows is too small (diff) | |
download | GpgFrontend-3ec6373fc40ca5120e0417ffb41a6341272fd952.tar.gz GpgFrontend-3ec6373fc40ca5120e0417ffb41a6341272fd952.zip |
fix: solve issues at i18n support
Diffstat (limited to 'src/core/function/GlobalSettingStation.cpp')
-rw-r--r-- | src/core/function/GlobalSettingStation.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/function/GlobalSettingStation.cpp b/src/core/function/GlobalSettingStation.cpp index 6969c15a..594b6661 100644 --- a/src/core/function/GlobalSettingStation.cpp +++ b/src/core/function/GlobalSettingStation.cpp @@ -59,10 +59,6 @@ class GlobalSettingStation::Impl { GF_CORE_LOG_INFO("app data path: {}", app_data_path_); GF_CORE_LOG_INFO("app log path: {}", app_log_path_); - GF_CORE_LOG_DEBUG("app log files total size: {}", GetLogFilesSize()); - GF_CORE_LOG_DEBUG("app data objects files total size: {}", - GetDataObjectsFilesSize()); - if (!QDir(app_data_path_).exists()) QDir(app_data_path_).mkpath("."); if (!QDir(app_log_path_).exists()) QDir(app_log_path_).mkpath("."); } |