mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 20:24:21 -04:00
removed dbg code
This commit is contained in:
parent
f81d124019
commit
75d40e69b5
@ -1218,8 +1218,6 @@ public sealed class BaseItemRepository(
|
||||
|
||||
/// <inheritdoc cref="IItemRepository" />
|
||||
public void SaveImages(BaseItemDto item)
|
||||
{
|
||||
try
|
||||
{
|
||||
ArgumentNullException.ThrowIfNull(item);
|
||||
|
||||
@ -1231,12 +1229,6 @@ public sealed class BaseItemRepository(
|
||||
context.SaveChanges();
|
||||
transaction.Commit();
|
||||
}
|
||||
catch (System.Exception ex)
|
||||
{
|
||||
System.Console.WriteLine(ex);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
/// <inheritdoc cref="IItemRepository" />
|
||||
public void SaveItems(IReadOnlyList<BaseItemDto> items, CancellationToken cancellationToken)
|
||||
|
Loading…
x
Reference in New Issue
Block a user