Skip to content

Commit f8fd4b5

Browse files
remove logging
1 parent a864ffb commit f8fd4b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/util/getTourInfoShort.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import type { Tour } from '$lib/server/db/getTours';
22

33
export const getTourInfoShort = (tour: Tour) => {
4-
console.log(tour.events[0].address);
5-
console.log(tour.events[tour.events.length - 1].address);
64
return {
75
from: tour.events[0].address,
86
to: tour.events[tour.events.length - 1].address

0 commit comments

Comments
 (0)