remove console log
This commit is contained in:
parent
2f963e536d
commit
94dc2dde22
@ -56,7 +56,6 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
$(window).resize(function () {
|
||||
console.log("CHANGED!");
|
||||
signaling_socket.emit('updateScreenResolution', { at: accessToken, windowWidthHeight: { w: $(window).width(), h: $(window).height() } });
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user