From 850a83f1ddb53383c760492bd9f13286752c23cf Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Fri, 16 Feb 2018 00:27:52 +0100
Subject: [PATCH] Clean up unused code.

---
 ATxConfigTest/AutoTxConfigTest.cs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ATxConfigTest/AutoTxConfigTest.cs b/ATxConfigTest/AutoTxConfigTest.cs
index 22b1a18..676540b 100644
--- a/ATxConfigTest/AutoTxConfigTest.cs
+++ b/ATxConfigTest/AutoTxConfigTest.cs
@@ -1,5 +1,4 @@
 using System;
-using System.IO;
 using ATxCommon.Serializables;
 using NLog;
 using NLog.Config;
@@ -9,8 +8,6 @@ namespace ATxConfigTest
 {
     internal class AutoTxConfigTest
     {
-        private static readonly Logger Log = LogManager.GetCurrentClassLogger();
-
         private static ServiceConfig _config;
 
         private static void Main(string[] args) {
-- 
GitLab