mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Remove console.log() statement
This commit is contained in:
parent
23af7f738f
commit
6c85aa7105
@ -164,7 +164,6 @@ export class ActivitiTaskDetails implements OnInit, OnChanges {
|
|||||||
if (this.activitichecklist) {
|
if (this.activitichecklist) {
|
||||||
this.activitichecklist.load(this.taskDetails.id);
|
this.activitichecklist.load(this.taskDetails.id);
|
||||||
}
|
}
|
||||||
console.log(this.taskDetails);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user