clean-up commented out code

This commit is contained in:
Shane Kilkelly 2017-10-26 11:04:59 +01:00
parent 62d170e7a0
commit f9d83c24ef
3 changed files with 0 additions and 4 deletions

View file

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

View file

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

View file

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