diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-15 16:12:43 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-15 16:12:43 +0200 |
| commit | ffe61a7cf745230b1436dbedf1610af72a618a0c (patch) | |
| tree | 6002737dd72c2e7237637aad3b3b23358ba8eb8e /Software/Visual_Studio/Tango.Stubs | |
| parent | d6f46df0e9ccd08276912bcdcded246de0bc4447 (diff) | |
| download | Tango-ffe61a7cf745230b1436dbedf1610af72a618a0c.tar.gz Tango-ffe61a7cf745230b1436dbedf1610af72a618a0c.zip | |
Working on machine events.
Diffstat (limited to 'Software/Visual_Studio/Tango.Stubs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Stubs/StubBase.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.Stubs/StubBase.cs b/Software/Visual_Studio/Tango.Stubs/StubBase.cs index ffebcb628..2d591168a 100644 --- a/Software/Visual_Studio/Tango.Stubs/StubBase.cs +++ b/Software/Visual_Studio/Tango.Stubs/StubBase.cs @@ -14,8 +14,6 @@ namespace Tango.Stubs { public abstract class StubBase : ExtendedObject, IStub { - private LogManager LogManager = LogManager.Default; - [ParameterIgnore] public ITransporter Transporter { get; set; } |
