Remove console log stmt
This commit is contained in:
parent
f7c39a50f3
commit
140d4efd1e
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ export default Ember.Component.extend({
|
|||
this.set('measurements', measurements);
|
||||
});
|
||||
this.set('isLoading', false);
|
||||
console.log(this.get('isLoading'));
|
||||
return false;
|
||||
}
|
||||
let search = {};
|
||||
|
|
Reference in a new issue