Remove debug log message

pull/7128/head
Halil İbrahim Kalkan 5 years ago
parent 2dd0697233
commit 3c8d1c4cdc

@ -142,8 +142,6 @@ namespace Volo.Abp.Uow.EntityFrameworkCore
private async Task<TDbContext> CreateDbContextAsync(IUnitOfWork unitOfWork)
{
Logger.LogDebug($"Creating a new DbContext of type {typeof(TDbContext).FullName}");
return unitOfWork.Options.IsTransactional
? await CreateDbContextWithTransactionAsync(unitOfWork)
: unitOfWork.ServiceProvider.GetRequiredService<TDbContext>();

Loading…
Cancel
Save