fix: refs #6703 remove console log
gitea/salix/pipeline/head There was a failure building this commit Details
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2024-01-26 12:33:04 +01:00
parent e33861a80d
commit ab3fdf4fe4
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ module.exports = Self => {
const itemsIndex = stmts.push(stmt) - 1;
const sql = ParameterizedSQL.join(stmts, ';');
console.log(sql);
const result = await conn.executeStmt(sql, myOptions);
return itemsIndex === 0 ? result : result[itemsIndex];