diff --git a/firmware/controllers/lua/lua.cpp b/firmware/controllers/lua/lua.cpp index e4811cb21b..7e3be53414 100644 --- a/firmware/controllers/lua/lua.cpp +++ b/firmware/controllers/lua/lua.cpp @@ -203,7 +203,9 @@ static bool loadScript(LuaHandle& ls, const char* scriptStr) { efiPrintf(TAG "script loaded successfully!"); +#if EFI_PROD_CODE printLuaMemoryInfo(); +#endif // EFI_PROD_CODE return true; }