This commit is contained in:
@@ -42,9 +42,9 @@ namespace AyaNova.Util
|
||||
{
|
||||
if (i.Expires < dtNow)
|
||||
{
|
||||
#if (DEBUG)
|
||||
log.LogInformation($"DBG: KillExpiredRenders attempting kill of expired process {i.ReporterProcessId}");
|
||||
#endif
|
||||
// #if (DEBUG)
|
||||
// log.LogInformation($"DBG: KillExpiredRenders attempting kill of expired process {i.ReporterProcessId}");
|
||||
// #endif
|
||||
ForceCloseProcess(i, log);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user