mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Remove console.log() statement
This commit is contained in:
@@ -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);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user