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