Remove console.log line

This commit is contained in:
James Allen 2018-03-20 14:21:34 +00:00
parent a023512872
commit 01343b8419

View file

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