Remove unnecessary fetch-setting

Originally this was failing because it only had a getter.
I tried replacing it with a computed property and that
succeeded, but since we have already stopped using
jQuery, we might as well remove it.
This commit is contained in:
Buck Doyle 2020-06-10 10:24:10 -05:00
parent 6efc64818b
commit c56726abd1
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@ export const namespace = 'v1';
@classic
export default class Application extends RESTAdapter {
// TODO: This can be removed once jquery-integration is turned off for
// the entire app.
useFetch = true;
namespace = namespace;
@service system;