stand/lua: Remove some debugging bits that snuck in... gr...
This commit is contained in:
parent
15d8e03c32
commit
faf2ee299c
@ -115,7 +115,6 @@ local pattern_table = {
|
|||||||
[10] = {
|
[10] = {
|
||||||
str = "^%s*([%w%p]+)%s*=%s*\"([%w%s%p]-)\"%s*(.*)",
|
str = "^%s*([%w%p]+)%s*=%s*\"([%w%s%p]-)\"%s*(.*)",
|
||||||
process = function(k, v)
|
process = function(k, v)
|
||||||
print("Setting '"..k.."' to '"..v.."'")
|
|
||||||
if loader.setenv(k, v) ~= 0 then
|
if loader.setenv(k, v) ~= 0 then
|
||||||
print("Failed to set '"..k.."' with value: "..v.."");
|
print("Failed to set '"..k.."' with value: "..v.."");
|
||||||
end
|
end
|
||||||
@ -125,7 +124,6 @@ local pattern_table = {
|
|||||||
[11] = {
|
[11] = {
|
||||||
str = "^%s*([%w%p]+)%s*=%s*(%d+)%s*(.*)",
|
str = "^%s*([%w%p]+)%s*=%s*(%d+)%s*(.*)",
|
||||||
process = function(k, v)
|
process = function(k, v)
|
||||||
print("Setting '"..k.."' to '"..v.."'")
|
|
||||||
if loader.setenv(k, v) ~= 0 then
|
if loader.setenv(k, v) ~= 0 then
|
||||||
print("Failed to set '"..k.."' with value: "..v.."");
|
print("Failed to set '"..k.."' with value: "..v.."");
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user