forked from trent_larson/crowd-funder-for-time-pwa
remove console.log
This commit is contained in:
@@ -33,7 +33,6 @@ export async function loadLandmarks(vue, world, scene, loop) {
|
||||
};
|
||||
const resp = await axios.get(url, { headers: headers });
|
||||
if (resp.status === 200) {
|
||||
console.log("resp.data.data", resp.data.data);
|
||||
const minDate = resp.data.data[resp.data.data.length - 1].issuedAt;
|
||||
const maxDate = resp.data.data[0].issuedAt;
|
||||
const minTimeMillis = new Date(minDate).getTime();
|
||||
|
||||
Reference in New Issue
Block a user