Skip to content

Commit

Permalink
Add better console
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjackhughes committed Sep 16, 2024
1 parent 3d89ad6 commit a4cc9d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/sendData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ export const sendData = async (
const processedHavEvents = await processHavs(formattedHavs);

console.log(`Processed Events: ${processedHavEvents.length}`);
processedHavEvents.map((hav) =>
console.log(`${hav.duration} - ${hav.imu_level}`),
);

console.log("adding havs");
// 4. Update the HAV events into Events
Expand Down

0 comments on commit a4cc9d3

Please sign in to comment.