chore: remove debugging log statements

This commit is contained in:
wolffshots
2025-05-29 10:52:07 +02:00
parent 2f90d6a03e
commit 784592b362
3 changed files with 1 additions and 3 deletions
@@ -70,7 +70,6 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.Providers
result.Item.Path = info.Path;
result.Provider = Name;
result.People = peopleInfo;
_logger.LogInformation("{Message}", "Result of video to episode: \n" + JsonConvert.SerializeObject(result));
}
return result;