Skip to content

Commit d14e78f

Browse files
committed
eliminated a print
1 parent 67afefe commit d14e78f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xsdirpyne.py

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ def find_table(self, name, mode='default'):
193193

194194
@staticmethod
195195
def _exact_loop(name: str, tablenames: List[Tuple[str, str]]) -> bool:
196-
print(name)
197196
for zaidname, libname in tablenames:
198197
if name == zaidname+'.'+libname:
199198
return True

0 commit comments

Comments
 (0)