[svn] commit: r3193 - /branches/trac340/src/bin/zonemgr/zonemgr.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 13 03:06:37 UTC 2010


Author: chenzhengzhang
Date: Wed Oct 13 03:06:36 2010
New Revision: 3193

Log:
remove print() sentence

Modified:
    branches/trac340/src/bin/zonemgr/zonemgr.py.in

Modified: branches/trac340/src/bin/zonemgr/zonemgr.py.in
==============================================================================
--- branches/trac340/src/bin/zonemgr/zonemgr.py.in (original)
+++ branches/trac340/src/bin/zonemgr/zonemgr.py.in Wed Oct 13 03:06:36 2010
@@ -125,9 +125,7 @@
            now + refresh*3/4 <= next_refresh_time <= now + refresh
            """
         zone_refresh_time = float(self._get_zone_soa_rdata(zone_name_class).split(" ")[REFRESH_OFFSET])
-        print (zone_refresh_time)
         zone_refresh_time = max(self._lowerbound_refresh, zone_refresh_time)
-        print (zone_refresh_time)
         self._set_zone_timer(zone_name_class, zone_refresh_time, self._jitter_scope * zone_refresh_time)
 
     def _set_zone_retry_timer(self, zone_name_class):




More information about the bind10-changes mailing list