Browse Source

[1357] remove debug exception

Jelte Jansen 12 years ago
parent
commit
e8a8a442cb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/xfrin/xfrin.py.in

+ 0 - 1
src/bin/xfrin/xfrin.py.in

@@ -432,7 +432,6 @@ class XfrinIXFRAdd(XfrinState):
                                          str(conn._current_serial) +
                                          ', got ' + str(soa_serial))
             else:
-                raise Exception()
                 conn._check_response_tsig_last()
                 conn._diff.commit()
                 self.set_xfrstate(conn, XfrinIXFRDeleteSOA())