diff --git a/lib/customers.js b/lib/customers.js index 717a8e9b..371e5634 100644 --- a/lib/customers.js +++ b/lib/customers.js @@ -531,7 +531,6 @@ function getCustomersList (phone = null, name = null, address = null, id = null, AND ($7 IS NULL OR id_card_data::json->>'documentNumber' = $7) AND ($8 IS NULL OR email = $8) limit $3` - console.log(email) return db.any(sql, [ passableErrorCodes, anonymous.uuid, NUM_RESULTS, phone, name, address, id, email ]) .then(customers => Promise.all(_.map(customer => getCustomInfoRequestsData(customer)