diff --git a/src/components/listing-parts/last-updated.astro b/src/components/listing-parts/last-updated.astro index a2c2a23..ccfbeb5 100644 --- a/src/components/listing-parts/last-updated.astro +++ b/src/components/listing-parts/last-updated.astro @@ -5,8 +5,6 @@ const { listing } = Astro.props -console.log( 'listing.lastUpdated', listing.lastUpdated ) - const lastUpdatedFriendly = makeLastUpdatedFriendly( listing.lastUpdated ) ---