Skip to content

Commit

Permalink
remove resize monitorer logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed Apr 10, 2024
1 parent b52c150 commit 5781d88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/services/monitorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ export default Service.extend({
},

setIsBrowserFullScreened() {
console.log(window.screen.availHeight, window.outerHeight, window.screen.availWidth, window.outerWidth)
this.set('isBrowserFullScreened', window.screen.availHeight <= window.outerHeight && window.screen.availWidth <= window.outerWidth)
console.log(this.isBrowserFullScreened)
},

async enableOrDisableMonitorerEvents() {
Expand Down

0 comments on commit 5781d88

Please sign in to comment.