summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row
diff options
context:
space:
mode:
authorArielk <Ariel.Kenan@amdocs.com>2018-11-28 12:24:34 +0200
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-12-02 13:45:45 +0000
commit4a99e32a55f5b9210625274310cb8d68dd4095e7 (patch)
tree8e839e0e0ed56628db49f8004dbf9b32c71265f1 /catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row
parent42b83b0b7a51849671cfa4718b55cbf7fe2df8a2 (diff)
Indicate a workflow was archived in operation
Change-Id: I0d57384d036a575ba5dd86ad872c6e0f5b397490 Issue-ID: SDC-1866 Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
Diffstat (limited to 'catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row')
-rw-r--r--catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.ts b/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.ts
index de795eb8f4..9bedfa7031 100644
--- a/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.ts
+++ b/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.ts
@@ -29,7 +29,6 @@ export class ParamRowComponent {
prop => prop.type
)
);
- console.log(this.dataTypeService.getAllDataTypes());
this.onChangeType();
}