Skip to content

Commit

Permalink
removing errant print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ceb8 committed Jan 27, 2023
1 parent 230891a commit d982199
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions astroquery/esa/neocc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,6 @@ def query_object(name, tab, **kwargs):
# Get URL to obtain the data from NEOCC
url = tabs.get_object_url(name, tab)

print("First")
print(url)

# Request data two times if the first attempt fails
try:
# Get object data
Expand Down

0 comments on commit d982199

Please sign in to comment.