From 89310917e32fbc9447b27b78ecfd10c5444fbf15 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 23 Jun 2017 16:23:56 +0200 Subject: [PATCH] rec: Remove (wrong) debug message --- pdns/syncres.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 5899578fc..8dd6d0dfd 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1505,14 +1505,6 @@ void SyncRes::computeZoneCuts(const DNSName& begin, const DNSName& end, unsigned if (cut.first.isRoot() || (begin.isPartOf(cut.first) && cut.first.isPartOf(end))) { LOG(" - "<