Remove extra prints
This commit is contained in:
parent
eac2a38c6c
commit
d11695b5eb
|
@ -144,10 +144,8 @@ function util.decode_id(s)
|
|||
return n
|
||||
end)
|
||||
if res then
|
||||
print("returning id:",id)
|
||||
return id
|
||||
else
|
||||
print("Failed to decode id:" .. s)
|
||||
return false,"Failed to decode id:" .. s
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue