Skip to content

Commit

Permalink
rm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Aug 8, 2019
1 parent cdc5fc2 commit 7cadebc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions assets/javascripts/discourse/components/qa-topic-tip.js.es6
Expand Up @@ -5,15 +5,10 @@ export default Ember.Component.extend({

didInsertElement() {
Ember.$(document).on('click', Ember.run.bind(this, this.documentClick));

console.log(this.get('details'), this.get('detailsOpts'));

let rawDetails = I18n.t(this.get('details'), this.get('detailsOpts'));

console.log(rawDetails);

cookAsync(rawDetails).then(cooked => {
console.log(cooked)
this.set('cookedDetails', cooked);
});
},
Expand Down

0 comments on commit 7cadebc

Please sign in to comment.