Remove extra prints

This commit is contained in:
Robin Malley 2020-12-24 04:11:05 +00:00
parent d3eb3a7908
commit 9fb67b2e1e
1 changed files with 0 additions and 2 deletions

View File

@ -16,11 +16,9 @@ end
local function download_get(req)
local host = http_request_get_host(req)
local path = http_request_get_path(req)
print("host:",host,"path:",path)
http_request_populate_qs(req)
local story = assert(http_argument_get_string(req,"story"))
local story_id = util.decode_id(story)
print("Downloading", story_id)
stmnt_download:bind_names{
postid = story_id
}