Skip to content
Snippets Groups Projects
Verified Commit 1c4ca99c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

remove console.log

parent 4e463abe
No related merge requests found
...@@ -93,7 +93,6 @@ export class DiffusionsListComponent extends AutoCompletePlugin implements OnIni ...@@ -93,7 +93,6 @@ export class DiffusionsListComponent extends AutoCompletePlugin implements OnIni
getListmodel(entityId: any) { getListmodel(entityId: any) {
this.http.get("../../rest/listTemplates/entities/" + entityId) this.http.get("../../rest/listTemplates/entities/" + entityId)
.subscribe((data: any) => { .subscribe((data: any) => {
//console.log(this.diffList);
data.listTemplate.forEach((element: any) => { data.listTemplate.forEach((element: any) => {
if (element.item_mode == 'cc') { if (element.item_mode == 'cc') {
this.diffList['copy'].items.push(element); this.diffList['copy'].items.push(element);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment