From: tho Date: Fri, 29 Jan 2010 09:45:55 +0000 (+0000) Subject: Packets: GenericTLVRegistry: removed left over debug output X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=0f235de98cae838afb42244ebd307ce8cd1db409;p=senf.git Packets: GenericTLVRegistry: removed left over debug output git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1555 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/senf/Packets/GenericTLV.ct b/senf/Packets/GenericTLV.ct index 8d6c085..28ae2be 100644 --- a/senf/Packets/GenericTLV.ct +++ b/senf/Packets/GenericTLV.ct @@ -97,7 +97,6 @@ template prefix_ void senf::GenericTLVParserRegistry::registerParser() { Keytype key (Parser::typeId+0); - std::cout << "GenericTLVParserRegistry::registerParser " << unsigned(key) << std::endl; typename Map::iterator i (map_.find( key )); if (i == map_.end() ) map_.insert(key, new detail::GenericTLVParserRegistry_Entry() );