mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
remove console logs
This commit is contained in:
parent
3bca3ef072
commit
911eae897f
3 changed files with 0 additions and 9 deletions
|
|
@ -49,10 +49,6 @@ export async function getSession(req) {
|
|||
// const ip = req.headers['x-forwarded-for'] || req.connection.remoteAddress;
|
||||
const { userAgent, browser, os, ip, country, device } = await getClientInfo(req, payload);
|
||||
|
||||
console.log('headers:', JSON.stringify(req.headers, null, 1));
|
||||
|
||||
console.log('ip:', ip);
|
||||
|
||||
let session_uuid = uuid(websiteId, hostname, ip, userAgent);
|
||||
if (process.env.CROSSDOMAIN_TRACKING) {
|
||||
session_uuid = uuid(websiteId, ip);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue