Remove console log stmt

This commit is contained in:
Matthew Dillon 2015-06-12 11:22:34 -08:00
parent f7c39a50f3
commit 140d4efd1e

View file

@ -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 = {};