Skip to content

Commit

Permalink
widgets: remove debug remnants from #527 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaideiaDilemma authored Oct 27, 2024
1 parent 29dd33d commit edbecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/widgets/IWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void replaceAllLayout(std::string& str) {

static bool logMissingTzOnce = true;
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();

//
Expand Down

0 comments on commit edbecc8

Please sign in to comment.