guard for tests
This commit is contained in:
parent
a43ead053a
commit
e3136f317a
|
@ -203,7 +203,9 @@ static bool loadScript(LuaHandle& ls, const char* scriptStr) {
|
||||||
|
|
||||||
efiPrintf(TAG "script loaded successfully!");
|
efiPrintf(TAG "script loaded successfully!");
|
||||||
|
|
||||||
|
#if EFI_PROD_CODE
|
||||||
printLuaMemoryInfo();
|
printLuaMemoryInfo();
|
||||||
|
#endif // EFI_PROD_CODE
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue