Skip to content

Commit a8e8dac

Browse files
committed
refactor(go-pro-media-list-on-camera.component.ts):
remove unused variable
1 parent 03dd1d6 commit a8e8dac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/features/settings/go-pro/go-pro-media-list-on-camera/go-pro-media-list-on-camera.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ export class GoProMediaListOnCameraComponent implements OnInit {
151151

152152
await alert.present();
153153

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

159157
private async navigateToHomeScreen() {

0 commit comments

Comments
 (0)