Disabled bot log.

This commit is contained in:
Artem Kharytoniuk 2017-03-17 20:43:33 +02:00
parent 3113bc698b
commit a16c11adf6

View File

@ -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");
// //