Disable sequence logging
This commit is contained in:
parent
0e34019e17
commit
67a6877793
@ -3,7 +3,7 @@
|
||||
#include <thread>
|
||||
#include "Functions\Global.h"
|
||||
#include "Sequence.h"
|
||||
#define _LOGAPM3SEQUENCE 1
|
||||
//#define _LOGAPM3SEQUENCE 1
|
||||
bool CALLPLEB Sequence_beginPlay(SequenceAccountingBegin beginPlay, unsigned int uid, SEQUENCE_PLAY_ERROR_ID* errorID, unsigned long count)
|
||||
{
|
||||
#ifdef _LOGAPM3SEQUENCE
|
||||
@ -80,4 +80,4 @@ bool CALLPLEB Sequence_isTest()
|
||||
info(true, "Sequence_isTest");
|
||||
#endif
|
||||
return Sequence_isTestReturnValue;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user