Disabled bot log.
This commit is contained in:
parent
3113bc698b
commit
a16c11adf6
|
|
@ -140,8 +140,8 @@ int Export_BotLibSetup(void)
|
||||||
bot_developer = LibVarGetValue("bot_developer");
|
bot_developer = LibVarGetValue("bot_developer");
|
||||||
memset( &botlibglobals, 0, sizeof(botlibglobals) ); // bk001207 - init
|
memset( &botlibglobals, 0, sizeof(botlibglobals) ); // bk001207 - init
|
||||||
//initialize byte swapping (litte endian etc.)
|
//initialize byte swapping (litte endian etc.)
|
||||||
// Swap_Init();
|
// Swap_Init();
|
||||||
Log_Open("botlib.log");
|
// Log_Open("botlib.log");
|
||||||
//
|
//
|
||||||
botimport.Print(PRT_MESSAGE, "------- BotLib Initialization -------\n");
|
botimport.Print(PRT_MESSAGE, "------- BotLib Initialization -------\n");
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user