Parcourir la source

[master] removed a debug print from the message cache

my bad, i think the review even pointed it out but it still snuck through
Jelte Jansen il y a 14 ans
Parent
commit
6fb5dd6bf0
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/lib/cache/message_cache.cc

+ 0 - 1
src/lib/cache/message_cache.cc

@@ -57,7 +57,6 @@ bool
 MessageCache::update(const Message& msg) {
     QuestionIterator iter = msg.beginQuestion();
     std::string entry_name = genCacheEntryName((*iter)->getName(), (*iter)->getType());
-    std::cout << msg.toText();
     HashKey entry_key = HashKey(entry_name, RRClass(message_class_));
 
     // The simplest way to update is removing the old message entry directly.