From: JINMEI Tatuya Date: Mon, 7 May 2012 17:08:55 +0000 (-0700) Subject: [master] cleanup: removed an obsolete comment added in development. X-Git-Tag: trac2351_base~226^2~158^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=253701eb2cfbf5830f71c3b00e2254df6b4ecdef;p=thirdparty%2Fkea.git [master] cleanup: removed an obsolete comment added in development. It was temporarily introduced at 1fc79b93 for #1028, but it should have been cleaned up even before commiting the change. should be trivial and harmless, so I'm directly commiting the cleanup. --- diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in index 58713beff2..27b91a99de 100755 --- a/src/bin/xfrin/xfrin.py.in +++ b/src/bin/xfrin/xfrin.py.in @@ -367,7 +367,6 @@ class XfrinFirstData(XfrinState): conn.zone_str()) # We are now going to add RRs to the new zone. We need create # a Diff object. It will be used throughtout the XFR session. - # DISABLE FOR DEBUG conn._diff = Diff(conn._datasrc_client, conn._zone_name, True) self.set_xfrstate(conn, XfrinAXFR()) return False