mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Gets rid of CloseAndFlush temporarily
This commit is contained in:
parent
c9f3d77e0b
commit
baa54e40b2
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ namespace PepperDash.Core
|
|||
|
||||
if (programEventType == eProgramStatusEventType.Stopping)
|
||||
{
|
||||
_logger.CloseAndFlush();
|
||||
//_logger.CloseAndFlush();
|
||||
|
||||
if (_saveTimer != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue