diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 09:53:09 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 09:53:09 +0200 |
commit | 108913be58ecb014ab575247f3adc9776feafa59 (patch) | |
tree | 31031878b01b22102c830cb2a17c98876fc4f5fa | |
parent | 894322a3a1d9c098a76cf2eec97a05f30a74dfe9 (diff) | |
download | kube-108913be58ecb014ab575247f3adc9776feafa59.tar.gz kube-108913be58ecb014ab575247f3adc9776feafa59.zip |
Disabled useless debug message.
We have a hardcoded list and know which plugins we instantiate.
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/bodypartformatterbasefactory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/bodypartformatterbasefactory.cpp b/framework/src/domain/mime/mimetreeparser/bodypartformatterbasefactory.cpp index f78703db..4397049b 100644 --- a/framework/src/domain/mime/mimetreeparser/bodypartformatterbasefactory.cpp +++ b/framework/src/domain/mime/mimetreeparser/bodypartformatterbasefactory.cpp | |||
@@ -71,8 +71,6 @@ void BodyPartFormatterBaseFactoryPrivate::insert(const char *type, const char *s | |||
71 | 71 | ||
72 | TypeRegistry::iterator type_it = all->find(type); | 72 | TypeRegistry::iterator type_it = all->find(type); |
73 | if (type_it == all->end()) { | 73 | if (type_it == all->end()) { |
74 | qCDebug(MIMETREEPARSER_LOG) << "BodyPartFormatterBaseFactory: instantiating new Subtype Registry for \"" | ||
75 | << type << "\""; | ||
76 | type_it = all->insert(std::make_pair(type, SubtypeRegistry())).first; | 74 | type_it = all->insert(std::make_pair(type, SubtypeRegistry())).first; |
77 | assert(type_it != all->end()); | 75 | assert(type_it != all->end()); |
78 | } | 76 | } |