Remove console.log() output

This commit is contained in:
Will Abson
2016-09-07 12:56:52 +01:00
parent 3d345da616
commit 3463481829

View File

@@ -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;