diff --git a/ICD.Common.Utils/IcdEnvironment.Standard.cs b/ICD.Common.Utils/IcdEnvironment.Standard.cs index 62274a6..62d607c 100644 --- a/ICD.Common.Utils/IcdEnvironment.Standard.cs +++ b/ICD.Common.Utils/IcdEnvironment.Standard.cs @@ -86,8 +86,6 @@ namespace ICD.Common.Utils localTime.ToString("s")); #else throw new NotSupportedException(); - - OnSystemDateTimeChanged.Raise(null); #endif }