mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 20:16:34 +00:00
fix: removed log to error for vc-4 from final method
This commit is contained in:
parent
e9dcd1636a
commit
706f10db98
1 changed files with 0 additions and 8 deletions
|
|
@ -661,14 +661,6 @@ namespace PepperDash.Core
|
|||
|
||||
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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue