Browse Source

removed debug output

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1347 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
77c77a5f9c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/dns/tests/testdata/gen-wiredata.py.in

+ 0 - 1
src/lib/dns/tests/testdata/gen-wiredata.py.in

@@ -207,7 +207,6 @@ def get_config_param(section):
     m = re.match('^([^:]+)/\d+$', section)
     if m:
         s = m.group(1)
-    sys.stderr.write('searching config param' + s + '\n');
     return config_param[s]
 
 usage = '''usage: %prog [options] input_file'''