Skip to content

Commit e186346

Browse files
author
Muhammad Usman
committed
Removed user agent code
1 parent c99b6a1 commit e186346

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package/src/frontend/browser/Agent.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ export const Agent = function(userAgent) {
4848
!matches(/Chrome/i);
4949
},
5050

51-
matchesChrome: function() {
52-
return matches(/Chrome/i) &&
53-
!matches(/Chromium/i) ;
54-
},
55-
5651
/**
5752
* Returns true on iOS Safari.
5853
* @return {boolean}

0 commit comments

Comments
 (0)