Skip to content

Commit d982199

Browse files
committed
removing errant print statement
1 parent 230891a commit d982199

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

astroquery/esa/neocc/core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,6 @@ def query_object(name, tab, **kwargs):
420420
# Get URL to obtain the data from NEOCC
421421
url = tabs.get_object_url(name, tab)
422422

423-
print("First")
424-
print(url)
425-
426423
# Request data two times if the first attempt fails
427424
try:
428425
# Get object data

0 commit comments

Comments
 (0)