From 6bc02d5c0249a422a667484ca7da79329b41cacb Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 23 Mar 2015 12:57:46 +0000 Subject: remove debug print --- aports.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/aports.lua b/aports.lua index b18b627..dfc8517 100755 --- a/aports.lua +++ b/aports.lua @@ -105,7 +105,6 @@ function QueryContents(filename, pkgname, arch, page) local dbh = assert(DBI.Connect('SQLite3', 'db/filelist.db')) local sth = assert(dbh:prepare('select * from filelist where file like ? and pkgname like ? and arch like ? limit ?,50')) sth:execute(filename, pkgname, arch, (page - 1) * 50) - print((page - 1) * 50) local r = {} for row in sth:rows(true) do r[#r + 1] = { -- cgit v1.2.3