Skip to content

Commit 4842cc6

Browse files
Jorge Fernandez Hernandezbsipocz
authored andcommitted
GAIAPCR-1036 C9APP-134 Remove print lines
1 parent 7df56a6 commit 4842cc6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

astroquery/utils/tap/xmlparser/tests/test_xmlparser.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ def test_table_list_parser_with_size_bytes():
8181
'e_vmag', 'u_e_vmag', 'bmag', 'e_bmag', 'u_e_bmag', 'g_mag', 'e_g_mag', 'u_e_g_mag', 'r_mag',
8282
'e_r_mag', 'u_e_r_mag', 'i_mag', 'e_i_mag', 'u_e_i_mag'], 22474547200)
8383

84-
c = tables[1].columns
85-
a = []
86-
for i in range(0, 71):
87-
a.append("'" + c[i].name + "'")
88-
89-
print(','.join(a))
90-
9184
__check_table(tables[1],
9285
"external.catwise2020",
9386
71,

0 commit comments

Comments
 (0)