summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-08-03 09:57:19 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-08-03 09:57:19 (GMT)
commit83791d091430a0b2fa534c104823f91a7587d64e (patch)
tree4759ed491ee2d936c21328e73a873876cd2f19b6 /Swiften/LinkLocal/DNSSD/Bonjour/BonjourBrowseQuery.h
parent9af232bad7ba867e8d29346f9d6730422178adcd (diff)
downloadswift-83791d091430a0b2fa534c104823f91a7587d64e.zip
swift-83791d091430a0b2fa534c104823f91a7587d64e.tar.bz2
Slimber: Remove debug output.
Diffstat (limited to 'Swiften/LinkLocal/DNSSD/Bonjour/BonjourBrowseQuery.h')
-rw-r--r--Swiften/LinkLocal/DNSSD/Bonjour/BonjourBrowseQuery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/LinkLocal/DNSSD/Bonjour/BonjourBrowseQuery.h b/Swiften/LinkLocal/DNSSD/Bonjour/BonjourBrowseQuery.h
index c605175..2dec2fb 100644
--- a/Swiften/LinkLocal/DNSSD/Bonjour/BonjourBrowseQuery.h
+++ b/Swiften/LinkLocal/DNSSD/Bonjour/BonjourBrowseQuery.h
@@ -41,7 +41,7 @@ namespace Swift {
MainEventLoop::postEvent(boost::bind(boost::ref(onError)), shared_from_this());
}
else {
- std::cout << "Discovered service: name:" << name << " domain:" << domain << " type: " << type << std::endl;
+ //std::cout << "Discovered service: name:" << name << " domain:" << domain << " type: " << type << std::endl;
DNSSDServiceID service(name, domain, type, interfaceIndex);
if (flags & kDNSServiceFlagsAdd) {
MainEventLoop::postEvent(boost::bind(boost::ref(onServiceAdded), service), shared_from_this());