Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.

Commit aafdbd6

Browse files
author
Lian Nivin
committed
Delete comments
1 parent 493a83d commit aafdbd6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/src/views/create-club.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function CreateClub() {
5454
const { results } = await getCoords(
5555
`${fields.address}, ${fields.district}`
5656
);
57-
console.log(results);
5857
formData.append(
5958
"latitude",
6059
results.length ? results[0].geometry.lat : null

0 commit comments

Comments
 (0)