Skip to content
Snippets Groups Projects
Commit 850a83f1 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Clean up unused code.

parent 54894e8c
No related branches found
No related tags found
No related merge requests found
using System; using System;
using System.IO;
using ATxCommon.Serializables; using ATxCommon.Serializables;
using NLog; using NLog;
using NLog.Config; using NLog.Config;
...@@ -9,8 +8,6 @@ namespace ATxConfigTest ...@@ -9,8 +8,6 @@ namespace ATxConfigTest
{ {
internal class AutoTxConfigTest internal class AutoTxConfigTest
{ {
private static readonly Logger Log = LogManager.GetCurrentClassLogger();
private static ServiceConfig _config; private static ServiceConfig _config;
private static void Main(string[] args) { private static void Main(string[] args) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment