release/2026-04-03 - Remove console.dir

This commit is contained in:
Dave
2026-03-30 17:24:42 -04:00
parent 04732fc6cd
commit 6759bc5865

View File

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