]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video-channel.ts
Import torrents with webtorrent
[github/Chocobozzz/PeerTube.git] / server / models / video / video-channel.ts
index 6567b00d69475bc9037218442740eff6a1f2345c..d0dba18d5ac16c034b500d96c1a265286b2c0867 100644 (file)
@@ -140,8 +140,6 @@ export class VideoChannelModel extends Model<VideoChannelModel> {
     }
 
     if (instance.Actor.isOwned()) {
-      logger.debug('Sending delete of actor of video channel %s.', instance.Actor.url)
-
       return sendDeleteActor(instance.Actor, options.transaction)
     }