remove unnecessary logging

This commit is contained in:
Tamius Han 2021-04-04 15:48:33 +02:00
parent 6d07fc24e4
commit 5d1ad6f935

View File

@ -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);
}