[svn] commit: r306 - /branches/jelte-datadef/src/lib/cc/python/ISC/CC/Message.py

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Nov 20 11:56:37 UTC 2009


Author: jelte
Date: Fri Nov 20 11:56:37 2009
New Revision: 306

Log:
whoops left some prints there

Modified:
    branches/jelte-datadef/src/lib/cc/python/ISC/CC/Message.py

Modified: branches/jelte-datadef/src/lib/cc/python/ISC/CC/Message.py
==============================================================================
--- branches/jelte-datadef/src/lib/cc/python/ISC/CC/Message.py (original)
+++ branches/jelte-datadef/src/lib/cc/python/ISC/CC/Message.py Fri Nov 20 11:56:37 2009
@@ -192,10 +192,8 @@
                 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




More information about the bind10-changes mailing list