]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/playlist.ts
Generate a name for caption files
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / playlist.ts
index 8b54a001abf3c3cc10b2ebcb5eef54e5ecd0a8ba..53298e968c1db28cff277da22e83b9285d91af6a 100644 (file)
@@ -99,8 +99,6 @@ async function createOrUpdateVideoPlaylist (playlistObject: PlaylistObject, byAc
     return Promise.resolve()
   })
 
-  logger.info('toto', { playlist, id: playlist.id })
-
   const refreshedPlaylist = await VideoPlaylistModel.loadWithAccountAndChannel(playlist.id, null)
 
   if (playlistObject.icon) {