Skip to content

Commit 778d25a

Browse files
committed
fix: remove debug log from populateErrorAndUpdateRedux method in AttachmentComponent
1 parent 965c1a6 commit 778d25a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/angular-sdk-components/src/lib/_components/widget/attachment/attachment.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ export class AttachmentComponent implements OnInit, OnDestroy {
338338
}
339339

340340
populateErrorAndUpdateRedux(file) {
341-
console.log('populateErrorAndUpdateRedux');
342341
const fieldName = (this.pConn$.getStateProps() as any).value;
343342
// set errors to property to block submit even on errors in file upload
344343
PCore.getMessageManager().addMessages({

0 commit comments

Comments
 (0)