Skip to content

Commit

Permalink
refactor: remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Nov 10, 2017
1 parent 1b28667 commit 771e208
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MultiAddress.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ namespace Ipfs
/// <seealso href="https://github.com/jbenet/multiaddr"/>
public class MultiAddress : IEquatable<MultiAddress>
{
static readonly ILog log = LogManager.GetLogger<MultiAddress>();

/// <summary>
/// Creates a new instance of the <see cref="MultiAddress"/> class.
/// </summary>
Expand Down

0 comments on commit 771e208

Please sign in to comment.