X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fbase.cpp;h=72741eb90d4d10fd715e6d5994d76b6449101745;hb=406ab09f22f46a6cee5559e96f0325768188ffa4;hp=3dadb24eb6336bd75d061af52d721e23102d756a;hpb=5cce62f7d799f073ea6ca1793328c08c2df7c3ff;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/base.cpp b/src/base.cpp index 3dadb24eb..72741eb90 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -54,7 +54,6 @@ char* Extensible::GetExt(std::string key) log(DEBUG,"Checking extension items for %s",key.c_str()); if (this->Extension_Items.find(key) != this->Extension_Items.end()) { - log(DEBUG,"Found item %s %s",key.c_str(),(this->Extension_Items.find(key))->second); return (this->Extension_Items.find(key))->second; } log(DEBUG,"Cant find item %s",key.c_str());