From 85414add64d2215a44866471913a8470638742e4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 19 Dec 2017 15:17:43 +0100 Subject: Fix player play exception on chromium --- server/helpers/custom-validators/activitypub/videos.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/helpers/custom-validators/activitypub/videos.ts') diff --git a/server/helpers/custom-validators/activitypub/videos.ts b/server/helpers/custom-validators/activitypub/videos.ts index b485e5fcf..ae1339611 100644 --- a/server/helpers/custom-validators/activitypub/videos.ts +++ b/server/helpers/custom-validators/activitypub/videos.ts @@ -43,8 +43,6 @@ function isActivityPubVideoDurationValid (value: string) { } function isVideoTorrentObjectValid (video: any) { - console.log(video) - return video.type === 'Video' && isActivityPubUrlValid(video.id) && isVideoNameValid(video.name) && -- cgit v1.2.3