Skip to content

Commit

Permalink
PER-9237
Browse files Browse the repository at this point in the history
Remove console log
  • Loading branch information
crisnicandrei committed Jul 25, 2023
1 parent b904e64 commit b6dd618
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export class ConfirmGiftDialogComponent {
);
} catch (e) {
this.msg.showError('Something went wrong! Please try again.');
console.log(e);
} finally {
sub.unsubscribe();
this.dialogRef?.close();
Expand Down

0 comments on commit b6dd618

Please sign in to comment.