fix(dockscanner): removed console log

This commit is contained in:
2026-06-08 15:29:09 -05:00
parent 2f495739e6
commit 4249e90307

View File

@@ -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"];