Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramil350 committed Feb 3, 2016
1 parent d4ef5d3 commit 7d2003c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/javascripts/discourse/components/bar-chart.js.es6
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 3,6 @@ export default Ember.Component.extend({

groupedResults: function () {
let result = [];
console.log("Data: ");
console.log(this.get("data"));
console.log(this.get("parentController.model.domains"));
console.log(this);
this.get('data').forEach(item => {
let hasType = result.findBy('status', item.get('status'));

Expand Down

0 comments on commit 7d2003c

Please sign in to comment.