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

Remove unnecessary attribute.

parent 9ae2ae02
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ namespace ATxCommon.Serializables ...@@ -14,7 +14,7 @@ namespace ATxCommon.Serializables
[Serializable] [Serializable]
public class ServiceConfig public class ServiceConfig
{ {
[XmlIgnore] private static readonly Logger Log = LogManager.GetCurrentClassLogger(); private static readonly Logger Log = LogManager.GetCurrentClassLogger();
public ServiceConfig() { public ServiceConfig() {
Log.Trace("ServiceConfig() constructor, setting defaults."); Log.Trace("ServiceConfig() constructor, setting defaults.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment