Notifications
This commit is contained in:
@@ -62,7 +62,6 @@ export class CreateKeyComponent {
|
||||
}
|
||||
|
||||
save() {
|
||||
console.log(this.createForm.value)
|
||||
|
||||
this.api.createKey(this.createForm.value as any)
|
||||
.pipe(
|
||||
@@ -93,7 +92,6 @@ export class CreateKeyComponent {
|
||||
next: c => {
|
||||
if (c) {
|
||||
this.createForm.controls.cylinder.patchValue(c);
|
||||
console.log(c);
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user