Skip to content

Commit

Permalink
Clean console log().
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Mantilla committed Feb 9, 2014
1 parent 6f5be47 commit e1cc5e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/js/cdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -939,16 +939,13 @@
if (config.chart.translation.show) {
// Create translation button.
if (translation.empty()) {
console.log();

system.append('circle')
.attr('id', 'translation')
.attr('r', config.chart.translation.size.r/this.getScale())
.attr('cx', config.chart.translation.position.x/this.getScale())
.attr('cy', config.chart.translation.position.y/this.getScale())
.style('fill', 'red');

console.log(circle);
}


Expand Down

0 comments on commit e1cc5e5

Please sign in to comment.