Remove debug statement.

This commit is contained in:
Paulo Reis 2017-07-06 16:39:40 +01:00
parent 6cfa10d511
commit a2e583edb8

View file

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