Removing unecessary event name from SettingsEnabledModuleEvent

This commit is contained in:
ryanbodrug-microsoft 2020-05-05 13:21:47 -07:00
parent 1f9c1ce8e4
commit 88dfd90e3b

View file

@ -5,8 +5,6 @@ namespace Microsoft.PowerToys.Settings.Telemetry
[EventData]
public class SettingsEnabledModuleEvent
{
public string EventName { get; } = "Settings_EnableModule";
public string ModuleName { get; set; }
public bool Value { get; set; }