diff --git a/src/models/actions/ImportSchoolRunner.ts b/src/models/actions/ImportSchoolRunner.ts index 18db259..75b20e5 100644 --- a/src/models/actions/ImportSchoolRunner.ts +++ b/src/models/actions/ImportSchoolRunner.ts @@ -25,7 +25,6 @@ export class ImportSchoolRunner extends ImportRunner { newRunner.middlename = this.middlename; newRunner.lastname = this.lastname; newRunner.group = (await this.getGroup(groupID)).id; - console.log(newRunner.group) return newRunner; }