Skip to content

Commit

Permalink
Removes print statements used during development.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAdriaansen committed Dec 23, 2024
1 parent 2c9ec0b commit 6f8cc5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,5 @@
# Reorder the columns to be correct
point_data = point_data[['typ','sid','vld','lat','lon','elv','var','lvl','hgt','qc','obs']]

print(point_data)

# Convert to MET object
point_data = point_data.values.tolist()
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,5 @@
# Reorder the columns to be correct
point_data = point_data[['typ','sid','vld','lat','lon','elv','var','lvl','hgt','qc','obs']]

print(point_data)

# Convert to MET object
point_data = point_data.values.tolist()

0 comments on commit 6f8cc5b

Please sign in to comment.