diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-10-26 02:34:55 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-10-26 02:36:33 +0100 |
commit | ec53fc931533a66872c9dd49b8e11aa084caf75f (patch) | |
tree | f0f540c662c03c813163c2ab032c6153134eafe5 /louloulibs/network | |
parent | e46b9cfc6e1ddef83a3caa9406dee6a6b746f342 (diff) | |
download | biboumi-ec53fc931533a66872c9dd49b8e11aa084caf75f.tar.gz biboumi-ec53fc931533a66872c9dd49b8e11aa084caf75f.tar.bz2 biboumi-ec53fc931533a66872c9dd49b8e11aa084caf75f.tar.xz biboumi-ec53fc931533a66872c9dd49b8e11aa084caf75f.zip |
Remove some debug thing that should not have been committed
Diffstat (limited to 'louloulibs/network')
-rw-r--r-- | louloulibs/network/resolver.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/louloulibs/network/resolver.cpp b/louloulibs/network/resolver.cpp index bfd75d7..5324191 100644 --- a/louloulibs/network/resolver.cpp +++ b/louloulibs/network/resolver.cpp @@ -3,9 +3,6 @@ #include <string.h> #include <arpa/inet.h> -// remove me -#include <iostream> - using namespace std::string_literals; Resolver::Resolver(): @@ -34,7 +31,6 @@ void Resolver::resolve(const std::string& hostname, const std::string& port, #ifdef CARES_FOUND void Resolver::start_resolving(const std::string& hostname, const std::string& port) { - std::cout << "start_resolving: " << hostname << port << std::endl; this->resolving = true; this->resolved = false; this->resolved4 = false; |