Remove debug lines
parent
84181564b1
commit
62c29b38ae
6
index.js
6
index.js
|
@ -49,12 +49,6 @@ app.get('/posts', async (req, res) => {
|
||||||
const User = await axios(ApiUrl + '/users/' + UserId);
|
const User = await axios(ApiUrl + '/users/' + UserId);
|
||||||
|
|
||||||
if (req.query.userPos && !position.CheckPos(User.data.address.geo, req.query.userPos)) {
|
if (req.query.userPos && !position.CheckPos(User.data.address.geo, req.query.userPos)) {
|
||||||
console.log({
|
|
||||||
param: req.query.userPos,
|
|
||||||
CheckPos: position.CheckPos(User.data.address.geo, 'eq'),
|
|
||||||
userPos: User.data.address.geo.lat
|
|
||||||
});
|
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue