mu-contacts: remove some debug logging
This commit is contained in:
@ -55,9 +55,7 @@ struct ContactsCache::Private {
|
|||||||
ignored_rx_{make_rx_matchers<Config::Id::IgnoredAddresses>()},
|
ignored_rx_{make_rx_matchers<Config::Id::IgnoredAddresses>()},
|
||||||
dirty_{0} {}
|
dirty_{0} {}
|
||||||
|
|
||||||
~Private() {
|
~Private() { serialize(); }
|
||||||
serialize();
|
|
||||||
}
|
|
||||||
|
|
||||||
ContactUMap deserialize(const std::string&) const;
|
ContactUMap deserialize(const std::string&) const;
|
||||||
void serialize() const;
|
void serialize() const;
|
||||||
@ -86,8 +84,6 @@ private:
|
|||||||
std::vector<Regex> rxvec;
|
std::vector<Regex> rxvec;
|
||||||
for (auto&& p: config_db_.get<Id>()) {
|
for (auto&& p: config_db_.get<Id>()) {
|
||||||
|
|
||||||
mu_debug("--> {}", p);
|
|
||||||
|
|
||||||
if (!is_rx(p))
|
if (!is_rx(p))
|
||||||
continue;
|
continue;
|
||||||
constexpr auto opts{static_cast<GRegexCompileFlags>(G_REGEX_OPTIMIZE|G_REGEX_CASELESS)};
|
constexpr auto opts{static_cast<GRegexCompileFlags>(G_REGEX_OPTIMIZE|G_REGEX_CASELESS)};
|
||||||
|
|||||||
Reference in New Issue
Block a user