Skip to content

Commit

Permalink
[APP] Remove useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGauthier committed Mar 1, 2023
1 parent c8d212f commit d9f97bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "active-users-widget",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"private": false,
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions apps/widget/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ async function init() {
HEADLESS = document.currentScript.getAttribute("data-active-users-headless") || HEADLESS
}

console.log("optiosn", { PROJECT_ID, AUTOCAPTURE, HEADLESS })

const existingWidgetElement = document.querySelector<HTMLDivElement>(`.${WIDGET_CLASS}`)

if (!HEADLESS) {
Expand Down

0 comments on commit d9f97bb

Please sign in to comment.