diff options
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/checker-after-init.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/initializers/checker-after-init.ts b/server/initializers/checker-after-init.ts index a99dbba37..85f752284 100644 --- a/server/initializers/checker-after-init.ts +++ b/server/initializers/checker-after-init.ts | |||
@@ -61,7 +61,6 @@ function checkConfig () { | |||
61 | 61 | ||
62 | // Redundancies | 62 | // Redundancies |
63 | const redundancyVideos = CONFIG.REDUNDANCY.VIDEOS.STRATEGIES | 63 | const redundancyVideos = CONFIG.REDUNDANCY.VIDEOS.STRATEGIES |
64 | console.log(redundancyVideos) | ||
65 | if (isArray(redundancyVideos)) { | 64 | if (isArray(redundancyVideos)) { |
66 | const available = [ 'most-views', 'trending', 'recently-added' ] | 65 | const available = [ 'most-views', 'trending', 'recently-added' ] |
67 | for (const r of redundancyVideos) { | 66 | for (const r of redundancyVideos) { |