Remove logging
This commit is contained in:
@@ -239,7 +239,6 @@ function ended() {
|
||||
}
|
||||
|
||||
function brushEnded() {
|
||||
console.log("brushEnded");
|
||||
var s = d3.event.selection,
|
||||
results = [];
|
||||
|
||||
@@ -273,7 +272,6 @@ function brushEnded() {
|
||||
* @param {*} node
|
||||
*/
|
||||
function formatTooltip(node) {
|
||||
console.log("formatTooltip", node);
|
||||
var textString = "",
|
||||
temp = "";
|
||||
|
||||
@@ -318,7 +316,6 @@ function getAverage(array) {
|
||||
* @param {*} data
|
||||
*/
|
||||
function unSelectNodes(data) {
|
||||
console.log("unSelectNodes", data);
|
||||
selectedData = data;
|
||||
if (fileName === data.name && nodes) {
|
||||
node
|
||||
|
||||
Reference in New Issue
Block a user