File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ const getDescription = (location: Location, description: string) => {
6565
const parts = description.split(regex)
6666
const matches = description.match(regex)
6767

68-
console.log('parts', parts)
69-
7068
if (matches && parts.length > 1) {
7169
return (
7270
<>

0 commit comments

Comments
 (0)