diff --git a/firmware/controllers/lua/lua.cpp b/firmware/controllers/lua/lua.cpp index 0b7ed0a984..2c25e06222 100644 --- a/firmware/controllers/lua/lua.cpp +++ b/firmware/controllers/lua/lua.cpp @@ -212,7 +212,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; }