Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bacalj committed Jul 7, 2024
1 parent 9e0112b commit 0113ed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/noaaApiHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const convertUnits = (data: any[]) => {
});
return item;
});
console.log("| returning some convertedData:", convertedData);
return convertedData;
};

Expand Down

0 comments on commit 0113ed7

Please sign in to comment.