Input validations RAN Connect
[portal/ric-dashboard.git] / webapp-frontend / src / app / catalog / catalog.component.ts
index c5aa195..726183e 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
@@ -101,7 +101,7 @@ export class AppCatalogDeployDialog{
     }
 
     deployXapp(): void {
-        this.service.deployXapp(this.data.name).subscribe((val: any[]) => console.log(val));;
+        this.service.deployXapp(this.data.name).subscribe((val: any[]) => { });
         this.dialogRef.close();
     }