Skip to content

Commit

Permalink
Removed developer version flag that was mistakenly left in the solarm…
Browse files Browse the repository at this point in the history
…ach object
  • Loading branch information
Christian-Palmroos committed Aug 10, 2023
1 parent 6780208 commit 8b9a390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarmach/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def __init__(self, date, body_list, vsw_list=[], reference_long=None, reference_
self.pfss_table.loc[self.pfss_table["Spacecraft/Body"]=="Reference_point", "Latitudinal separation to Earth's latitude"] = lat_sep_to_E

# Does this still have a use?
print("DEVELOPER VERSION") #pass
pass
self.coord_table.style.set_properties(**{'text-align': 'left'})

# reset sunpy log level to initial state
Expand Down

0 comments on commit 8b9a390

Please sign in to comment.