From 48ba374fde6ee32b601f75f285a303b5f6b73594 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 4 Dec 2007 22:18:38 +0000 Subject: removed warnings on duplicate constants, the issue will go away with 0-10 final git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@601112 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/spec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/qpid/spec.py') diff --git a/python/qpid/spec.py b/python/qpid/spec.py index 537ced113b..623b2e9e9f 100644 --- a/python/qpid/spec.py +++ b/python/qpid/spec.py @@ -372,7 +372,8 @@ def load(specfile, *errata): try: spec.constants.add(const) except ValueError, e: - print "Warning:", e + pass + #print "Warning:", e # domains are typedefs structs = [] -- cgit v1.2.1