diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/qpid/spec.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 = [] |
