Remove debugging statement

This commit is contained in:
D. Berge
2020-08-11 15:41:34 +02:00
parent cc156ab563
commit 9fa2b92d36

View File

@@ -76,7 +76,6 @@ async function points (projectId, options = {}) {
) f; ) f;
`; `;
console.log(options, text, values);
const res = await pool.query(text, values); const res = await pool.query(text, values);
if (res.rows && res.rows.length) { if (res.rows && res.rows.length) {