fix: remove log of workflow from preprocessor

This commit is contained in:
karishmas6
2024-08-21 05:30:21 +05:30
parent dd12d136af
commit c2fe629267

View File

@@ -9,9 +9,6 @@ import { operators } from './types/logic';
*/
export default class Preprocessor {
static validateWorkflow(workflow: WorkflowFile): any {
console.log(`Workflow from preprocessor: ${workflow}`)
const regex = Joi.object({
$regex: Joi.string().required(),
});