diff --git a/src/app/core/applicationservice.js b/src/app/core/applicationservice.js deleted file mode 100644 index 17a34aa0c..000000000 --- a/src/app/core/applicationservice.js +++ /dev/null @@ -1,11 +0,0 @@ -/** - * DEPRECATED: this file will be removed after v3.4 (use "services/application.js" instead) - */ -import ApplicationService from 'services/application'; - -/** - * @FIXME application is broken using like the following line - */ -// import { ApplicationService } from 'services'; - -module.exports = ApplicationService; \ No newline at end of file