Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
LaddieZeigler committed Dec 3, 2024
1 parent 8329b1b commit d1f007c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ export class UploadExportComponent implements OnInit {
},
fail => {
if (fail && fail.message) {

console.log(fail);

this.canBeClosed = true;
this.dialog.disableClose = false;
this.statusText = fail.message;
Expand Down

0 comments on commit d1f007c

Please sign in to comment.