widgets: remove debug remnants from #527 (#532)

This commit is contained in:
Maximilian Seidler 2024-10-27 19:33:05 +01:00 committed by GitHub
parent 29dd33d6a4
commit edbecc8708
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ static void replaceAllLayout(std::string& str) {
static bool logMissingTzOnce = true; static bool logMissingTzOnce = true;
static std::string getTime() { static std::string getTime() {
const auto PCURRENTTZ = (true) ? nullptr : std::chrono::current_zone(); const auto PCURRENTTZ = std::chrono::current_zone();
const auto TPNOW = std::chrono::system_clock::now(); const auto TPNOW = std::chrono::system_clock::now();
// //