Skip to content

Commit

Permalink
clean: removing print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
seballgeyer committed Jul 19, 2024
1 parent f46e274 commit 19e6834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnssanalysis/gn_io/sp3.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def mapparm(old, new):

def _process_sp3_block(date, data, widths, names):
"""Process a single block of SP3 data"""
print(data)
if not data or len(data) == 0:
return _pd.DataFrame()
epochs_dt = _pd.to_datetime(_pd.Series(date).str.slice(2, 21).values.astype(str), format=r"%Y %m %d %H %M %S")
Expand Down

0 comments on commit 19e6834

Please sign in to comment.