Update add-server-dialog.component.ts

This commit is contained in:
piotrpekala7
2021-04-27 15:21:37 +02:00
parent f664165190
commit 469fa6cd23

View File

@ -163,7 +163,6 @@ export class AddServerDialogComponent implements OnInit {
} }
}, },
(error) => { (error) => {
console.log("error ", error);
this.toasterService.error('Cannot connect to the server: ' + error); this.toasterService.error('Cannot connect to the server: ' + error);
} }
); );