diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/attach/attach.widget.ts b/ng2-components/ng2-activiti-form/src/components/widgets/attach/attach.widget.ts index f592fc4a67..2477a5ad94 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/attach/attach.widget.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/attach/attach.widget.ts @@ -56,7 +56,6 @@ export class AttachWidget extends WidgetComponent implements OnInit { } ngOnInit() { - console.log('init', this.field); if (this.field && this.field.value) { this.hasFile = true;