Remove an unused internal test comment

This commit is contained in:
Phil Renaud
2022-09-07 13:39:04 -04:00
parent 9a1d72109c
commit e9169e1b07

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'),
});