Do not spam the logs on get queries
This commit is contained in:
@@ -36,8 +36,6 @@ function postProcess(result) {
|
||||
}
|
||||
|
||||
async function list() {
|
||||
debug('list');
|
||||
|
||||
const results = await database.query(`SELECT ${APPLINKS_FIELDS} FROM applinks ORDER BY upstreamUri`);
|
||||
|
||||
results.forEach(postProcess);
|
||||
|
||||
Reference in New Issue
Block a user