mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 20:46:34 +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)
|
if (programEventType == eProgramStatusEventType.Stopping)
|
||||||
{
|
{
|
||||||
_logger.CloseAndFlush();
|
//_logger.CloseAndFlush();
|
||||||
|
|
||||||
if (_saveTimer != null)
|
if (_saveTimer != null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue