Skip to content

Commit 5c98461

Browse files
committed
refactor(go-pro.page.ts): remove unused comments
1 parent a8e8dac commit 5c98461

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/app/features/settings/go-pro/go-pro.page.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@ export class GoProPage implements OnInit {
3636

3737
ngOnInit() {
3838
this.restoreBluetoothConnection();
39-
40-
// this.router.navigate(
41-
// ['/settings', 'go-pro', 'media-item-detail-on-camera'],
42-
// {
43-
// state: {
44-
// goProMediaFile: {
45-
// name: 'string;',
46-
// url: 'https://images.pexels.com/photos/9683060/pexels-photo-9683060.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260',
47-
// thumbnailUrl:
48-
// 'https://images.pexels.com/photos/9683060/pexels-photo-9683060.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260',
49-
// type: 'image',
50-
// size: 1024,
51-
// storageKey: 'string; // TODO: remove this field',
52-
// },
53-
// },
54-
// }
55-
// );
5639
}
5740

5841
async restoreBluetoothConnection() {

0 commit comments

Comments
 (0)