diff options
| author | 2005-04-21 13:22:37 +0000 | |
|---|---|---|
| committer | 2005-04-21 13:22:37 +0000 | |
| commit | d58d30d6902b820274c801d5c67ddd674f49dd41 (patch) | |
| tree | 59fad77688a5cccf52d391c0e3c2ac30370f1239 /src/base.cpp | |
| parent | Added documentation to manpages of Request, Event and ModuleMessage (diff) | |
Removed some debug output
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1153 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base.cpp b/src/base.cpp index 72741eb90..9cecc71f2 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -51,7 +51,6 @@ bool Extensible::Shrink(std::string key) 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()) { return (this->Extension_Items.find(key))->second; |
