Removed console logging only used for dev

ref #13
This commit is contained in:
Nicolai Ort 2020-12-04 18:16:34 +01:00
parent 795599fd38
commit 65f995cb9f
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ export class CreateRunner {
newRunner.phone = this.phone;
newRunner.email = this.email;
console.log(newRunner)
return newRunner;
}
}