Skip to content

Commit

Permalink
Removed unused settings dictionary (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
McDoit authored Jun 24, 2020
1 parent f5a4a80 commit 34d192e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions content/BatchJobProcessor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ private async Task OnExecuteAsync(CommandLineApplication app)

static IConfigurationRoot CreateConfiguration()
{
var settings = new Dictionary<string, string>
{
//#if (AddLoggly)
["Loggly:ApplicationName"] = "EMG BatchJobProcessor",
["Loggly:ApiKey"] = "test"
//#endif
};

var builder = new ConfigurationBuilder();
builder.SetBasePath(AppDomain.CurrentDomain.BaseDirectory);
builder.AddObject(new
Expand Down

0 comments on commit 34d192e

Please sign in to comment.