Remove extra prints

This commit is contained in:
Robin Malley 2021-08-27 01:08:51 +00:00
parent eac2a38c6c
commit d11695b5eb
1 changed files with 0 additions and 2 deletions

View File

@ -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