Skip to content

Commit

Permalink
refactor(go-pro-media-list-on-camera.component.ts):
Browse files Browse the repository at this point in the history
remove unused variable
  • Loading branch information
sultanmyrza committed Feb 10, 2022
1 parent 03dd1d6 commit a8e8dac
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ export class GoProMediaListOnCameraComponent implements OnInit {

await alert.present();

const { role } = await alert.onDidDismiss();
// eslint-disable-next-line no-console
console.log('onDidDismiss resolved with role', role);
await alert.onDidDismiss();
}

private async navigateToHomeScreen() {
Expand Down

0 comments on commit a8e8dac

Please sign in to comment.