From 706f10db9820ac0d617096d526aad048899ddcef Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 17 May 2024 11:11:14 -0500 Subject: [PATCH] fix: removed log to error for vc-4 from final method --- src/Pepperdash Core/Logging/Debug.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Pepperdash Core/Logging/Debug.cs b/src/Pepperdash Core/Logging/Debug.cs index f4b42e2..4e79a60 100644 --- a/src/Pepperdash Core/Logging/Debug.cs +++ b/src/Pepperdash Core/Logging/Debug.cs @@ -661,14 +661,6 @@ public static void Console(uint level, string format, params object[] items) LogMessage(level, format, items); - if (CrestronEnvironment.DevicePlatform == eDevicePlatform.Server) - { - var logString = string.Format("[level {0}] {1}", level, string.Format(format, items)); - - LogError(ErrorLogLevel.Notice, logString); - return; - } - //if (IsRunningOnAppliance) //{ // CrestronConsole.PrintLine("[{0}]App {1} Lvl {2}:{3}", DateTime.Now.ToString("HH:mm:ss.fff"),