Skip to content

Commit c8da440

Browse files
author
ericuss
committed
remove not needed code
1 parent 216463f commit c8da440

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Services/Marketing/Marketing.FunctionalTests/MarketingScenarioBase.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ public TestServer CreateServer()
2727
.UseContentRoot(Path.GetDirectoryName(path))
2828
.ConfigureAppConfiguration(cb =>
2929
{
30-
var h = cb.AddJsonFile("appsettings.json", optional: false)
31-
.AddEnvironmentVariables();
30+
cb.AddJsonFile("appsettings.json", optional: false)
31+
.AddEnvironmentVariables();
3232
})
3333
.CaptureStartupErrors(true)
3434
.UseStartup<MarketingTestsStartup>();
@@ -40,7 +40,6 @@ public TestServer CreateServer()
4040
{
4141
var logger = services.GetService<ILogger<MarketingContextSeed>>();
4242

43-
logger.LogError("Migrating MarketingContextSeed");
4443
new MarketingContextSeed()
4544
.SeedAsync(context, logger)
4645
.Wait();

0 commit comments

Comments
 (0)