Skip to content

Commit

Permalink
chore: comment out userAgent log (#28)
Browse files Browse the repository at this point in the history
Comment out console.log statement in utils.ts to reduce noise in dev console.
  • Loading branch information
agmmnn authored Mar 17, 2023
1 parent cf9eb9c commit cb2f790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const isChromeBelow100 = () => {
try {
const ua = navigator.userAgent

console.log(ua)
// console.log(ua)

let browserMatch =
ua.match(
Expand Down

0 comments on commit cb2f790

Please sign in to comment.