Skip to content

Commit

Permalink
chore: remove /utils console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
work-kevin-flynn committed Nov 26, 2024
1 parent 89a8fb6 commit 4de9bf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/utils/src/is/isMobileDevices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,5 @@ export function isMobile(param?: IsMobileParameter): isMobileResult {

export function isMobileDevices() {
const isM = isMobile();
console.log('---', navigator.userAgent, '---', isM, '---', happyDOM.settings.navigator);
return isM.apple.device || isM.android.device;
}

0 comments on commit 4de9bf5

Please sign in to comment.