@@ -65,8 +65,6 @@ const getDescription = (location: Location, description: string) => {
65
const parts = description.split(regex)
66
const matches = description.match(regex)
67
68
-console.log('parts', parts)
69
-
70
if (matches && parts.length > 1) {
71
return (
72
<>
0 commit comments