Commit bf66d4d8 authored by Romain Loth's avatar Romain Loth

remove debug logs

parent fbe9a8f8
...@@ -1103,8 +1103,6 @@ var TinaWebJS = function ( sigmacanvas ) { ...@@ -1103,8 +1103,6 @@ var TinaWebJS = function ( sigmacanvas ) {
var zoomSliOrigin = Math.log(1/(TW.cam.ratio+zoomSliRangeRatio)) var zoomSliOrigin = Math.log(1/(TW.cam.ratio+zoomSliRangeRatio))
var zoomSliStep = (zoomSliBoundaryTop - zoomSliBoundaryBot)/50 var zoomSliStep = (zoomSliBoundaryTop - zoomSliBoundaryBot)/50
console.log("zoomSliOrigin",zoomSliOrigin)
$("#zoomSlider").slider({ $("#zoomSlider").slider({
orientation: "vertical", orientation: "vertical",
......
...@@ -320,7 +320,7 @@ function clearColorLegend (forTypes) { ...@@ -320,7 +320,7 @@ function clearColorLegend (forTypes) {
// @groupingTicks: an optional threshold's array expressing ranges with their low/up bounds label and ref to matchin nodeIds // @groupingTicks: an optional threshold's array expressing ranges with their low/up bounds label and ref to matchin nodeIds
function updateColorsLegend ( daclass, forTypes, groupedByTicks ) { function updateColorsLegend ( daclass, forTypes, groupedByTicks ) {
console.warn("making legend forTypes", forTypes) // console.warn("making legend forTypes", forTypes)
// shortcut to erase legends for all types // shortcut to erase legends for all types
if(daclass == null) { if(daclass == null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment