We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9b158 commit 50167d9Copy full SHA for 50167d9
tableaudocumentapi/field.py
@@ -70,7 +70,6 @@ def _initialize_from_metadata_xml(self, xmldata):
70
self._apply_attribute(xmldata, field_name,
71
lambda x: getattr(xmldata.find('.//{}'.format(metadata_name)), 'text', None),
72
read_name=metadata_name)
73
- print(metadata_name, field_name)
74
self.apply_metadata(xmldata)
75
76
@classmethod
0 commit comments