remove console log

This commit is contained in:
raphael 2019-05-07 09:50:48 +02:00
parent 2f963e536d
commit 94dc2dde22
1 changed files with 0 additions and 1 deletions

View File

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