fix(dockscanner): removed console log
This commit is contained in:
@@ -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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user