fix(clock): delete outdated warning

This commit is contained in:
Aleksei Bavshin 2023-01-18 06:17:55 -08:00
parent 43d52c59d9
commit ba498869c5
No known key found for this signature in database
GPG Key ID: 4F071603387A382A
1 changed files with 0 additions and 6 deletions

View File

@ -41,12 +41,6 @@ waybar::modules::Clock::Clock(const std::string& id, const Json::Value& config)
time_zones_.push_back(nullptr);
}
if (!is_timezone_fixed()) {
spdlog::warn(
"As using a timezone, some format args may be missing as the date library haven't got a "
"release since 2018.");
}
// Check if a particular placeholder is present in the tooltip format, to know what to calculate
// on update.
if (config_["tooltip-format"].isString()) {