mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
Remove debugging statement
This commit is contained in:
@@ -76,7 +76,6 @@ async function points (projectId, options = {}) {
|
||||
) f;
|
||||
`;
|
||||
|
||||
console.log(options, text, values);
|
||||
const res = await pool.query(text, values);
|
||||
|
||||
if (res.rows && res.rows.length) {
|
||||
|
||||
Reference in New Issue
Block a user