]> granicus.if.org Git - pdns/commitdiff
remove some stray debugging from loading rpz from file
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 14 Dec 2015 19:21:42 +0000 (20:21 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 14 Dec 2015 19:21:42 +0000 (20:21 +0100)
pdns/rec-lua-conf.cc

index f4b23fb0b1237480563e34eafd18dbe96d492d80..f66d0ed31acab57eb3bb20b52fc303251e1ca73d 100644 (file)
@@ -90,11 +90,9 @@ void loadRecursorLuaConfig(const std::string& fname)
        if(options) {
          auto& have = *options;
          if(have.count("defpol")) {
-           cout<<"Set a default policy"<<endl;
            defpol=DNSFilterEngine::Policy();
            defpol->d_kind = (DNSFilterEngine::PolicyKind)boost::get<int>(constGet(have, "defpol"));
            if(defpol->d_kind == DNSFilterEngine::PolicyKind::Custom) {
-             cout<<"Setting a custom field even!"<<endl;
              defpol->d_custom=
                shared_ptr<DNSRecordContent>(
                                             DNSRecordContent::mastermake(QType::CNAME, 1,