Skip to content

Commit

Permalink
feat(ui): remove console.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalleri committed Aug 13, 2024
1 parent abf8ff7 commit 73f8f6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const getGrafanaTracking = (enableGrafanaTracking) => {

if (enableGrafanaTracking === 'true') {
if (tracking === undefined) {
console.debug(localStorage.getItem('radicalbit_user_uuid'));
const userUUID = localStorage.getItem('radicalbit_user_uuid') === null ? uuidv4() : localStorage.getItem('radicalbit_user_uuid');
localStorage.setItem('radicalbit_user_uuid', userUUID);

Expand Down

0 comments on commit 73f8f6e

Please sign in to comment.