From 4249e90307ba1a1992753803e1dc3ab7dd7ac95e Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 8 Jun 2026 15:29:09 -0500 Subject: [PATCH] fix(dockscanner): removed console log --- backend/datamart/datamart.controller.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/datamart/datamart.controller.ts b/backend/datamart/datamart.controller.ts index 066d85b..de76198 100644 --- a/backend/datamart/datamart.controller.ts +++ b/backend/datamart/datamart.controller.ts @@ -79,7 +79,6 @@ const lstDbRun = async (data: Data) => { return []; }; export const runDatamartQuery = async (data: Data) => { - console.log(data.options.includePlantToken); // search the query db for the query by name const considerLstDBRuns = ["psiInventory"];