mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-12-22 05:44:59 -05:00
lua: remove debug prints
This commit is contained in:
parent
dfbcbe7506
commit
1cd1125cfe
@ -41,8 +41,6 @@ end
|
||||
|
||||
function make_imei (premei)
|
||||
local imei = premei .. tostring(luhn_digit(premei .. "0"))
|
||||
if is_valid_luhn (imei) then print ("Valid " .. imei) end
|
||||
|
||||
return imei
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user