Skip to content

Commit

Permalink
dont comment the st
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Dec 6, 2024
1 parent 97aead6 commit 4a55f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SingleTripInfo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
let i = 0;
console.log('stoptimes_cleaned_dataset', stoptimes_cleaned_dataset)
//console.log('stoptimes_cleaned_dataset', stoptimes_cleaned_dataset)
stoptimes_cleaned_dataset.forEach((stoptime: any) => {
if (stoptime.rt_departure_time != null) {
Expand Down

0 comments on commit 4a55f86

Please sign in to comment.