mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 18:01:01 +00:00
Remove debug statement.
This commit is contained in:
parent
6cfa10d511
commit
a2e583edb8
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ define [
|
|||
|
||||
$scope.toggleFullTCStateCollapse = () ->
|
||||
if $scope.project.features.trackChanges
|
||||
if true or $scope.reviewPanel.showPerUserTCNotice
|
||||
if $scope.reviewPanel.showPerUserTCNotice
|
||||
$scope.openPerUserTCNoticeModal()
|
||||
$scope.reviewPanel.fullTCStateCollapsed = !$scope.reviewPanel.fullTCStateCollapsed
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue