mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 14:59:19 +00:00
clean-up commented out code
This commit is contained in:
parent
62d170e7a0
commit
f9d83c24ef
3 changed files with 0 additions and 4 deletions
|
@ -25,7 +25,6 @@ define [
|
|||
if @track_changes
|
||||
update.meta ?= {}
|
||||
update.meta.tc = @track_changes_id_seeds.inflight
|
||||
# console.log ">> update", @doc_id, update
|
||||
@socket.emit "applyOtUpdate", @doc_id, update, (error) =>
|
||||
return @_handleError(error) if error?
|
||||
state: "ok"
|
||||
|
|
|
@ -66,7 +66,6 @@ define [
|
|||
for annotation in @$scope.highlights or []
|
||||
do (annotation) =>
|
||||
colorScheme = ColorManager.getColorScheme(annotation.hue, @element)
|
||||
console.log ">> color", colorScheme
|
||||
if annotation.cursor?
|
||||
@labels.push {
|
||||
text: annotation.label
|
||||
|
|
|
@ -6,8 +6,6 @@ define [
|
|||
], (App, EventEmitter, ColorManager, RangesTracker) ->
|
||||
App.controller "ReviewPanelController", ($scope, $element, ide, $timeout, $http, $modal, event_tracking, localStorage) ->
|
||||
$reviewPanelEl = $element.find "#review-panel"
|
||||
# TODO: remove debug code
|
||||
window.S = $scope
|
||||
|
||||
$scope.SubViews =
|
||||
CUR_FILE : "cur_file"
|
||||
|
|
Loading…
Reference in a new issue