From: Remi Gacogne Date: Tue, 29 Nov 2016 08:51:13 +0000 (+0100) Subject: rec: Remove leftover debug msg in `RecursorLua4::DNSQuestion::setRecords()` X-Git-Tag: dnsdist-1.1.0-beta2~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4716%2Fhead;p=thirdparty%2Fpdns.git rec: Remove leftover debug msg in `RecursorLua4::DNSQuestion::setRecords()` --- diff --git a/pdns/lua-recursor4.cc b/pdns/lua-recursor4.cc index f4d29ff793..faf5bef06a 100644 --- a/pdns/lua-recursor4.cc +++ b/pdns/lua-recursor4.cc @@ -209,7 +209,6 @@ void RecursorLua4::DNSQuestion::setRecords(const vector >& records.clear(); for(const auto& p : recs) { records.push_back(p.second); - cout<<"Setting: "<getZoneRepresentation()<