From 1a8769fc22504106e5013cb2b4568c08e9d870d7 Mon Sep 17 00:00:00 2001 From: Max Cahill <1bardesign@gmail.com> Date: Thu, 22 Jul 2021 09:06:12 +1000 Subject: [PATCH] removed debug print from :camelCase() --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 2161c20..410b612 100644 --- a/init.lua +++ b/init.lua @@ -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