Skip to content

Commit

Permalink
remove analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed Jul 10, 2022
1 parent ec6b5e3 commit 4e9ac5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ const jitsuEventPayload = async ({
const { cloud: backend = '', ...extraRest } = extra;
extraRest.ci = guessCI();

console.log(extraRest);
return {
user_id: await userId(),
group_id: await groupId(),
Expand Down Expand Up @@ -172,7 +171,6 @@ const send = async ({
agent: new ProxyAgent()
});
} catch (err) {
console.log(`Send analytics failed: ${err.message}`);
winston.debug(`Send analytics failed: ${err.message}`);
}
};
Expand Down

1 comment on commit 4e9ac5d

@github-actions

This comment was marked as off-topic.

Please sign in to comment.