Skip to content

Commit

Permalink
Remove logging from charts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Speicher committed Oct 14, 2015
1 parent f81346c commit 963e272
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
3 changes: 0 additions & 3 deletions dist/components/omh-web-visualizations-charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,6 @@
//pull the datum value out based on the measure's keypath
var valueKeyPath = getMeasureSettings( measure ).valueKeyPath;
var yValue = resolveKeyPath( omhDatum, valueKeyPath );
if (valueKeyPath == "body.minutes_moderate_activity.value" && yValue==undefined ){
console.info('yValue ' + measure, omhDatum );
}

//create the datum that plottable will use
parsedData[ measure ].push( {
Expand Down
2 changes: 1 addition & 1 deletion dist/components/omh-web-visualizations-charts.min.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions dist/omh-web-visualizations-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,6 @@
//pull the datum value out based on the measure's keypath
var valueKeyPath = getMeasureSettings( measure ).valueKeyPath;
var yValue = resolveKeyPath( omhDatum, valueKeyPath );
if (valueKeyPath == "body.minutes_moderate_activity.value" && yValue==undefined ){
console.info('yValue ' + measure, omhDatum );
}

//create the datum that plottable will use
parsedData[ measure ].push( {
Expand Down
2 changes: 1 addition & 1 deletion dist/omh-web-visualizations-all.min.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,6 @@
//pull the datum value out based on the measure's keypath
var valueKeyPath = getMeasureSettings( measure ).valueKeyPath;
var yValue = resolveKeyPath( omhDatum, valueKeyPath );
if (valueKeyPath == "body.minutes_moderate_activity.value" && yValue==undefined ){
console.info('yValue ' + measure, omhDatum );
}

//create the datum that plottable will use
parsedData[ measure ].push( {
Expand Down

0 comments on commit 963e272

Please sign in to comment.