diff --git a/src/modules/itslearning/itslearning.service.ts b/src/modules/itslearning/itslearning.service.ts index b43dd0993..85f2e6a20 100644 --- a/src/modules/itslearning/itslearning.service.ts +++ b/src/modules/itslearning/itslearning.service.ts @@ -9,7 +9,6 @@ import { lastValueFrom } from 'rxjs'; import { ItsLearningConfig, ServerConfig } from '../../shared/config/index.js'; import { DomainError, ItsLearningError } from '../../shared/error/index.js'; import { IMSESAction } from './actions/base-action.js'; -import { CreatePersonAction } from './actions/create-person.action.js'; @Injectable() export class ItsLearningIMSESService { @@ -30,18 +29,6 @@ export class ItsLearningIMSESService { this.endpoint = itsLearningConfig.ENDPOINT; this.username = itsLearningConfig.USERNAME; this.password = itsLearningConfig.PASSWORD; - - this.send( - new CreatePersonAction({ - id: 'MARVIN', - firstName: 'Marvin', - lastName: 'Test', - username: 'matest2', - institutionRoleType: 'Learner', - }), - ) - .then(console.log) - .catch(console.error); } public async send(