Update privacy_item.cpp

This commit is contained in:
Alexis Rouillard 2025-06-22 09:30:46 +02:00 committed by GitHub
parent ff4ed82693
commit bef539e4de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ PrivacyItem::PrivacyItem(const Json::Value &config_, enum PrivacyNodeType privac
}
void PrivacyItem::update_tooltip() {
spdlog::trace("update privacy tooltip");
// Removes all old nodes
for (auto *child : tooltip_window.get_children()) {
tooltip_window.remove(*child);