Skip to content

Commit

Permalink
Remove added method causing build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Johnson authored and bugthesystem committed Feb 3, 2017
1 parent 421fa00 commit f267319
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Autofac.Extras.NLog/NullLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,6 @@ public void Fatal<TArgument>(string message, TArgument argument)
{

}

protected virtual void OnLoggerReconfigured()
{
LoggerReconfigured?.Invoke(this, EventArgs.Empty);
}

}
}

0 comments on commit f267319

Please sign in to comment.