diff --git a/app/models/job.js b/app/models/job.js index e4b48585..5f2686a4 100644 --- a/app/models/job.js +++ b/app/models/job.js @@ -24,7 +24,6 @@ export default Model.extend(DurationCalculations, { build: DS.belongsTo('build', { async: true }), commit: DS.belongsTo('commit', { async: true }), branch: Ember.computed.alias('build.branch'), - annotations: DS.hasMany('annotation'), log: function() { this.set('isLogAccessed', true);