From 0c9c7dbc0c903c3b534e54ec71d0768ce34b625c Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Fri, 15 Dec 2023 12:01:48 +0000 Subject: [PATCH] chore: remove leftover fields --- lib/customers.js | 1 - 1 file changed, 1 deletion(-) 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)