change _debug to _syslog
This commit is contained in:
@@ -32,8 +32,6 @@ end
|
||||
local function findID(url)
|
||||
local found = gfind(url, idPatt)
|
||||
local id = tonumber(found[#found]:sub(found[#found]:find("%d+")))
|
||||
--_debug('id: ')
|
||||
--_debug(id)
|
||||
return id
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user