Skip to content

Commit

Permalink
wip(scrim-inline): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Sep 17, 2024
1 parent a0a2d23 commit a0a519e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/telemetry/glean-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ function handleButtonClick(ev: MouseEvent, click: (source: string) => void) {
const target = ev.composedPath()?.[0] || ev.target;
const button = (target as HTMLElement | null)?.closest("button");
if (button instanceof HTMLButtonElement && button.dataset.glean) {
console.log(button.dataset);
click(button.dataset.glean);
}
}
Expand Down

0 comments on commit a0a519e

Please sign in to comment.