Browse 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 14 years ago
parent
commit
6fb5dd6bf0
1 changed files with 0 additions and 1 deletions
  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.