mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-26 15:44:35 +00:00
removed debug print from :camelCase()
This commit is contained in:
parent
9f65e1150b
commit
1a8769fc22
1
init.lua
1
init.lua
@ -137,7 +137,6 @@ function _batteries:camelCase()
|
|||||||
--recursively convert anything nested as well
|
--recursively convert anything nested as well
|
||||||
_batteries.camelCase(v)
|
_batteries.camelCase(v)
|
||||||
end
|
end
|
||||||
print(camel)
|
|
||||||
--assign if the key changed and there isn't a matching key
|
--assign if the key changed and there isn't a matching key
|
||||||
if k ~= camel and self[camel] == nil then
|
if k ~= camel and self[camel] == nil then
|
||||||
self[camel] = v
|
self[camel] = v
|
||||||
|
Loading…
Reference in New Issue
Block a user