aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-08-25 22:10:33 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-08-25 22:10:33 +0300
commit03469209891753884b4f7173c5d596e34a740f5a (patch)
tree72df994a21aa433c87e6632c43114dd665fd739b /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common
parent7506112c72fecb6b10a2785e913f2f03df619c06 (diff)
parent9bc0807514a69d97fceab11d77bee02aff4eb3d9 (diff)
downloadTango-03469209891753884b4f7173c5d596e34a740f5a.tar.gz
Tango-03469209891753884b4f7173c5d596e34a740f5a.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs
index f1a205f5d..613b443df 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/EventLogging/DefaultEventLogger.cs
@@ -194,10 +194,10 @@ namespace Tango.MachineStudio.Common.EventLogging
/// <param name="events">The events.</param>
private void MachineEventsStateProvider_EventsResolved(object sender, IEnumerable<MachinesEvent> events)
{
- foreach (var ev in events)
- {
- Log(String.Format("Event '{0}' resolved.", ev.EventType.Name));
- }
+ //foreach (var ev in events)
+ //{
+ // Log(String.Format("Event '{0}' resolved.", ev.EventType.Name));
+ //}
}
#endregion