Remove an unused internal test comment

This commit is contained in:
Phil Renaud 2022-09-07 13:39:04 -04:00
parent 6872626ac4
commit c5d59a8937
1 changed files with 0 additions and 1 deletions

View File

@ -4,5 +4,4 @@ export default Model.extend({
taskGroups: hasMany('task-group'),
jobSummary: belongsTo('job-summary'),
jobScale: belongsTo('job-scale'),
// services: hasMany('service'),
});