Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Feb 11, 2025
1 parent a864ffb commit f8fd4b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/util/getTourInfoShort.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import type { Tour } from '$lib/server/db/getTours';

export const getTourInfoShort = (tour: Tour) => {
console.log(tour.events[0].address);
console.log(tour.events[tour.events.length - 1].address);
return {
from: tour.events[0].address,
to: tour.events[tour.events.length - 1].address
Expand Down

0 comments on commit f8fd4b5

Please sign in to comment.