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 comments
  • Loading branch information
sultanmyrza committed Feb 10, 2022
1 parent 73668e0 commit 03dd1d6
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,6 @@ export class GoProMediaListOnCameraComponent implements OnInit {
while (this.filesToUpload.length > 0) {
const fileToUpload = this.filesToUpload.shift();

// // eslint-disable-next-line no-console
// console.log(fileToUpload);

// await new Promise(resolve => {
// setTimeout(() => {
// resolve(fileToUpload);
// // eslint-disable-next-line @typescript-eslint/no-magic-numbers
// }, 4000);
// });

const uploadResult =
await this.goProMediaService.uploadToCaptureFromGoProCamera(
fileToUpload
Expand Down

0 comments on commit 03dd1d6

Please sign in to comment.