Commit aab0d7ff authored by GoshaZotov's avatar GoshaZotov

delete console.log/time

parent 08ab7511
......@@ -6306,7 +6306,6 @@ drawHBarChart.prototype =
reCalculate : function(chartsDrawer)
{
console.time("recalculate");
this.paths = {};
this.summBarVal = [];
......@@ -6317,7 +6316,6 @@ drawHBarChart.prototype =
this.cChartSpace = chartsDrawer.cChartSpace;
this._recalculateBars();
console.timeEnd("recalculate");
},
draw : function(chartsDrawer)
......@@ -8331,8 +8329,6 @@ drawPieChart.prototype =
stAng = this.angleFor3D;
console.log("swAng: " + swAng);
//корректируем центр
yCenter = yCenter - depth / 2;
......@@ -12045,7 +12041,6 @@ CSortFaces.prototype =
var intersections = [];
var reverseIntersections = [];
var countIntersection = [];
console.time("_getIntersectionsParallelepipeds");
for(var i = 0; i < parallelepipeds.length; i++)
{
//из каждой точки данного параллалепипеда строим прямые до точки наблюдателя
......@@ -12103,7 +12098,6 @@ CSortFaces.prototype =
}
}
}
console.timeEnd("_getIntersectionsParallelepipeds");
return {intersections: intersections, reverseIntersections: reverseIntersections, countIntersection: countIntersection};
},
......
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