Skip to content

Commit

Permalink
Remove unnecessary logging spam
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Jul 6, 2024
1 parent 1e09a15 commit cae1b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ClockUpdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ namespace ClockMod {
// return fmt::format("<color=#00FF00>%s</color>", percent.c_str());
return fmt::format("<color=#00FFFF>{}</color>", percent.c_str());
}
logger().warn("BATTERYS:{}", static_cast<int>(status));
UnityEngine::Color color = instance->batteryGradient->Evaluate(level);
std::string colorStr = ClockMod::ColorUtility::ToHtmlStringRGB(color);
return fmt::format("<color={}>{}</color>", colorStr.c_str(), percent.c_str());
Expand Down

0 comments on commit cae1b93

Please sign in to comment.