mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove console.log line
This commit is contained in:
parent
a023512872
commit
01343b8419
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ define [
|
||||||
$scope.visible = !localStorage('overleaf_v1_notification_hidden_at')
|
$scope.visible = !localStorage('overleaf_v1_notification_hidden_at')
|
||||||
|
|
||||||
$scope.toggle = () ->
|
$scope.toggle = () ->
|
||||||
console.log('toggle!', $scope.visible)
|
|
||||||
$scope.visible = !$scope.visible
|
$scope.visible = !$scope.visible
|
||||||
if !$scope.visible
|
if !$scope.visible
|
||||||
localStorage('overleaf_v1_notification_hidden_at', Date.now())
|
localStorage('overleaf_v1_notification_hidden_at', Date.now())
|
||||||
|
|
Loading…
Reference in a new issue