remove unnecessary logging
This commit is contained in:
parent
6d07fc24e4
commit
5d1ad6f935
@ -108,7 +108,6 @@ class PlayerData {
|
||||
}
|
||||
|
||||
static isFullScreen(){
|
||||
console.info(window.innerHeight, window.screen.height, 'x', window.innerWidth, window.screen.width);
|
||||
return ( window.innerHeight == window.screen.height && window.innerWidth == window.screen.width);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user