Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nabinked committed Jul 31, 2019
1 parent 9f8f495 commit ea642be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sample/NToastNotify.Toastr/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ public void ConfigureServices(IServiceCollection services)
}

// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
loggerFactory.AddConsole(Configuration.GetSection("Logging"));
loggerFactory.AddDebug();

if (env.IsDevelopment())
{
Expand Down

0 comments on commit ea642be

Please sign in to comment.