From 01343b8419b2e56d2356a876955072b3fab4146b Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 20 Mar 2018 14:21:34 +0000 Subject: [PATCH] Remove console.log line --- .../coffee/main/project-list/notifications-controller.coffee | 1 - 1 file changed, 1 deletion(-) 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())