mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 19:56:00 +00:00
removed console log
This commit is contained in:
@@ -190,8 +190,6 @@ export const driverBase = {
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
dumpSqlSelect(dmp, select);
|
dumpSqlSelect(dmp, select);
|
||||||
|
|
||||||
console.log('******************** QUERY:', dmp.s);
|
|
||||||
|
|
||||||
const resp = await this.query(pool, dmp.s);
|
const resp = await this.query(pool, dmp.s);
|
||||||
return resp.rows;
|
return resp.rows;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user