mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:57:08 +00:00
Remove debugging statement
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user