Index: openacs-4/packages/xowiki/www/resources/chat-common.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/chat-common.js,v diff -u -N -r1.10.2.11 -r1.10.2.12 --- openacs-4/packages/xowiki/www/resources/chat-common.js 3 Apr 2020 07:20:35 -0000 1.10.2.11 +++ openacs-4/packages/xowiki/www/resources/chat-common.js 3 Apr 2020 09:00:25 -0000 1.10.2.12 @@ -64,7 +64,6 @@ // Add the listener to the button and show it, only if the // notification permission is 'default' (the user has not accepted // or explicitly denied notifications) - console.log(Notification.permission); notificationButton.style.display = 'block'; notificationButton.addEventListener("click", function() { askNotificationPermission(notificationButton);