mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-07-15 03:09:42 -04:00
lua: remove debug prints
This commit is contained in:
parent
dfbcbe7506
commit
1cd1125cfe
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue