mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove some debug logging lines
This commit is contained in:
parent
d07fcbca82
commit
35d154b6e8
1 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@ define [
|
||||||
$scope.$broadcast "review-panel:layout"
|
$scope.$broadcast "review-panel:layout"
|
||||||
|
|
||||||
$scope.$watch "ui.reviewPanelOpen", (open) ->
|
$scope.$watch "ui.reviewPanelOpen", (open) ->
|
||||||
console.log "ui.reviewPanelOpen", open
|
|
||||||
return if !open?
|
return if !open?
|
||||||
if !open
|
if !open
|
||||||
# Always show current file when not open, but save current state
|
# Always show current file when not open, but save current state
|
||||||
|
@ -88,7 +87,6 @@ define [
|
||||||
$scope.$broadcast "review-panel:layout"
|
$scope.$broadcast "review-panel:layout"
|
||||||
|
|
||||||
$scope.submitNewComment = (content) ->
|
$scope.submitNewComment = (content) ->
|
||||||
console.log(content)
|
|
||||||
# $scope.commentState.adding = false
|
# $scope.commentState.adding = false
|
||||||
$scope.$broadcast "comment:add", content
|
$scope.$broadcast "comment:add", content
|
||||||
# $scope.commentState.content = ""
|
# $scope.commentState.content = ""
|
||||||
|
|
Loading…
Reference in a new issue