Skip to content

Commit

Permalink
Merge pull request #101 from Roald87/removed-duplicate-import
Browse files Browse the repository at this point in the history
Removed duplicate commented import
  • Loading branch information
sagatowski authored May 10, 2020
2 parents 8728bcf + d386e0a commit 6bbbe51
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//using log4net;
using EnvDTE80;
using log4net;
using System;
Expand Down Expand Up @@ -194,4 +193,4 @@ public ErrorItems GetErrorItems()
return dte.ToolWindows.ErrorList.ErrorItems;
}
}
}
}

0 comments on commit 6bbbe51

Please sign in to comment.