guard for tests

(cherry picked from commit e3136f317a)
This commit is contained in:
Matthew Kennedy 2023-03-04 00:48:41 -08:00 committed by Andrey
parent c70c6ccec5
commit d6521492b7
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}