Removed useless console.log

ref #22
This commit is contained in:
Nicolai Ort 2020-12-17 16:33:54 +01:00
parent 1b59d58c60
commit 4801e010b4

View File

@ -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;
}