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