diff --git a/octodns/provider/fastdns.py b/octodns/provider/fastdns.py index 56e94f8..7cd0593 100644 --- a/octodns/provider/fastdns.py +++ b/octodns/provider/fastdns.py @@ -59,10 +59,11 @@ class AkamaiProvider(BaseProvider): credFile.close() def populate(self, zone, target=False, lenient=False): - self.log.debug('populate: name=%s, target=%s, lenient=%s', zone.name, - target, lenient) + self.log.debug('populate: name=%s, target=%s, lenient=%s', zone.name, target, lenient) print ("populate(%s)", zone.name) + return +