Skip to content

Commit

Permalink
Removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Honniball committed Jul 6, 2015
1 parent 787e347 commit 4d0b8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/ember-chosen.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default Ember.Component.extend({
groupNames = that.get('content').mapBy(that.get('optionGroupPath'));
groups = _.uniq(groupNames);

/* */
/* /
console.log(
"%c%s#options creating groups: %O from %O",
"color: purple", // http://www.w3schools.com/html/html_colornames.asp
Expand Down Expand Up @@ -181,7 +181,7 @@ export default Ember.Component.extend({
});
}

/* */
/* /
console.log(
"%c%s#options: %O, value: %O",
"color: purple", // http://www.w3schools.com/html/html_colornames.asp
Expand Down

0 comments on commit 4d0b8e3

Please sign in to comment.