diff --git a/services/web/public/coffee/main/project-list/notifications-controller.coffee b/services/web/public/coffee/main/project-list/notifications-controller.coffee index 6cdaf8bd77..fff75d0f35 100644 --- a/services/web/public/coffee/main/project-list/notifications-controller.coffee +++ b/services/web/public/coffee/main/project-list/notifications-controller.coffee @@ -48,7 +48,6 @@ define [ $scope.visible = !localStorage('overleaf_v1_notification_hidden_at') $scope.toggle = () -> - console.log('toggle!', $scope.visible) $scope.visible = !$scope.visible if !$scope.visible localStorage('overleaf_v1_notification_hidden_at', Date.now())