From 6759bc5865b9c03795851e656c1f70981bb950ba Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 30 Mar 2026 17:24:42 -0400 Subject: [PATCH] release/2026-04-03 - Remove console.dir --- server/chatter/createLocation.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/chatter/createLocation.js b/server/chatter/createLocation.js index 18c51305f..93d5e11db 100644 --- a/server/chatter/createLocation.js +++ b/server/chatter/createLocation.js @@ -33,8 +33,6 @@ const createLocation = async (req, res) => { const { logger } = req; const { bodyshopID, googlePlaceID } = req.body; - console.dir({ body: req.body }); - if (!DEFAULT_COMPANY_ID) { logger.log("chatter-create-location-no-default-company", "warn", null, null, { bodyshopID }); return res.json({ success: false, message: "No default company set" });