Skip to content

Commit

Permalink
Merge pull request #2739 from VictoriaAlbanese/va_2371_settable_axis
Browse files Browse the repository at this point in the history
remove console.logs
  • Loading branch information
doug-salvati authored Nov 2, 2017
2 parents e35d0e4 + 9ed6bfe commit 825088a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/assets/javascripts/visualizations/highvis/scatter.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,6 @@ $ ->

xAxisMin = Date.parse($('#x-axis-min').val())
xAxisMax = Date.parse($('#x-axis-max').val())
console.log(xAxisMin)
console.log(xAxisMax)
# error checking
thereIsAFailure = false
if xAxisMin >= xAxisMax
Expand Down Expand Up @@ -785,7 +783,6 @@ $ ->
$('#y-axis-min').popover('destroy')
$('#y-axis-max').popover('destroy')

console.log(@)
@configs.xBounds.min = xAxisMin
@configs.xBounds.max = xAxisMax

Expand Down

0 comments on commit 825088a

Please sign in to comment.