removed debug print from :camelCase()

This commit is contained in:
Max Cahill 2021-07-22 09:06:12 +10:00 committed by GitHub
parent 9f65e1150b
commit 1a8769fc22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,6 @@ function _batteries:camelCase()
--recursively convert anything nested as well
_batteries.camelCase(v)
end
print(camel)
--assign if the key changed and there isn't a matching key
if k ~= camel and self[camel] == nil then
self[camel] = v