fix: Fixing Net Standard build

This commit is contained in:
Chris Cameron
2019-10-15 14:06:37 -04:00
parent 41755cb472
commit 0c7f82835c

View File

@@ -86,8 +86,6 @@ namespace ICD.Common.Utils
localTime.ToString("s"));
#else
throw new NotSupportedException();
OnSystemDateTimeChanged.Raise(null);
#endif
}