remove debug

pull/1/head
Aji Kamaludin 3 years ago
parent b69e84e9b0
commit 9db00d1fa9
No known key found for this signature in database
GPG Key ID: 670E1F26AD5A8099

@ -33,8 +33,6 @@ class CustomersService {
values: [companyId, limit, offsets], values: [companyId, limit, offsets],
}; };
console.log(query.text)
const { rows } = await this._pool.query(query); const { rows } = await this._pool.query(query);
return { return {

Loading…
Cancel
Save