Browse Source

Remove unneeded print

Signed-off-by: Pamela McA'Nulty <pamela@webreply.com>
main
Pamela McA'Nulty 12 years ago
parent
commit
df50285df1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/wstools/XMLSchema.py

+ 2
- 2
src/wstools/XMLSchema.py View File

@@ -1214,8 +1214,8 @@ class XMLSchema(XMLSchemaComponent):
except NoSchemaLocationWarning, ex:
# Dependency declaration, hopefully implementation
# is aware of this namespace (eg. SOAP,WSDL,?)
print "IMPORT: ", import_ns
print ex
#print "IMPORT: ", import_ns
#print ex
del slocd[import_ns]
continue
except SchemaError, ex:


Loading…
Cancel
Save