From 575712a5c970ea1edeb6b44a35a095fc08193a3d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Jun 2018 08:57:52 +0200 Subject: Fix HTTP fallback when having videostream issues on firefox --- client/src/app/videos/+video-edit/shared/video-edit.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/videos') diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.ts b/client/src/app/videos/+video-edit/shared/video-edit.component.ts index 35d406ee3..66eb6611a 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.ts +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.ts @@ -101,7 +101,6 @@ export class VideoEditComponent implements OnInit { this.videoCategories = this.serverService.getVideoCategories() this.videoLicences = this.serverService.getVideoLicences() this.videoLanguages = this.serverService.getVideoLanguages() - console.log(this.videoLanguages) setTimeout(() => this.minScheduledDate = new Date(), 1000 * 60) // Update every minute } -- cgit v1.2.3