]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1972] Removed leftover debug
authorMarcin Siodelski <marcin@isc.org>
Thu, 22 Jul 2021 14:26:19 +0000 (16:26 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 22 Jul 2021 14:26:19 +0000 (16:26 +0200)
src/lib/dhcpsrv/client_class_def.cc

index 4535e7b21642f19f1979b1307d96ba608c18fd52..839e0a632693dc692d6496e500f65f29e5e72ac9 100644 (file)
@@ -304,7 +304,6 @@ ClientClassDictionary::removeClass(const uint64_t id) {
     }
     for (ClientClassDefList::iterator this_class = list_->begin();
          this_class != list_->end(); ++this_class) {
-        std::cout << "id: " << id << ", " << "this_class: " << (*this_class)->getId() << std::endl;
         if ((*this_class)->getId() == id) {
             map_->erase((*this_class)->getName());
             list_->erase(this_class);