diff options
| author | 2006-07-12 15:14:56 +0000 | |
|---|---|---|
| committer | 2006-07-12 15:14:56 +0000 | |
| commit | 5e606f5ffc8fc3d8a0517afb0a043d6820031b4f (patch) | |
| tree | 446a3d3fc14c3c7fac3a720d2b969e2c5dd3f86a /src/dns.cpp | |
| parent | All this works now (hopefully) (diff) | |
Removed debugging
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4368 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dns.cpp')
| -rw-r--r-- | src/dns.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index df7ee2694..e8b15c9bf 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -593,7 +593,6 @@ char* DNS::dns_getresult_s(const int cfd, char *res) { /* retrieve result of DNS q = 0; while (q == 0 && i < l && o + 256 < 1023) { - log(DEBUG,"DNS: loop 1"); if (h.payload[i] > 63) { log(DEBUG,"DNS: h.payload[i] > 63"); @@ -608,7 +607,6 @@ char* DNS::dns_getresult_s(const int cfd, char *res) { /* retrieve result of DNS } else { - log(DEBUG,"Loop 2: res='%s'",res); res[o] = '\0'; if (o != 0) res[o++] = '.'; @@ -619,7 +617,6 @@ char* DNS::dns_getresult_s(const int cfd, char *res) { /* retrieve result of DNS } } res[o] = '\0'; - log(DEBUG,"DNS: res='%s'",res); break; case DNS_QRY_A: log(DEBUG,"DNS: got a result of type DNS_QRY_A"); |
