grassrootsgrocery / admin-portal

GNU Affero General Public License v3.0
10 stars 5 forks source link

Excessive logging of location data when /api/dropoff-locations/ is called #46

Closed mattsahn closed 1 year ago

mattsahn commented 1 year ago

https://github.com/grassrootsgrocery/admin-portal/blob/682f166ed5053e061ea2acdf875462bbccf9a458/server/routes/dropoffLocations.ts#L45

Looks like a debug logging that's still there. Currently, it spams the log with every drop-off location's data when the route is called making log not very readable. Should be removed.

image