Browse Source

whoops left some prints there

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@306 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
9c62eaeb0c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/cc/python/ISC/CC/Message.py

+ 0 - 2
src/lib/cc/python/ISC/CC/Message.py

@@ -192,10 +192,8 @@ def _decode_hash(data):
                 value = value.decode('utf-8')
                 # if the item is a bool, we need to convert it
                 if value.lower() == "true":
-                    print("[XX] item is a bool (true)")
                     value = True
                 elif value.lower() == "false":
-                    print("[XX] item is a bool (false)")
                     value = False
             except UnicodeDecodeError as ude:
                 # apparently not a final item, leave it a bytearray