Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBenes3 committed Dec 1, 2023
1 parent bbd5463 commit dccb8f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@
const num1 = make(...first16Numbers.slice(i, i + 4));
convertedNumbers.push(num1);
}
console.log(data);
const latitude = parseFloat(data.latitude);
const longitude = parseFloat(data.longitude);
const altitude = parseFloat(data.altitude);
Expand Down

0 comments on commit dccb8f8

Please sign in to comment.