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" });