chore(EditorNew): remove console log

This commit is contained in:
Ali BARIN
2024-09-10 10:50:11 +00:00
parent 2992236be4
commit 3ba4c8b3bf

View File

@@ -115,8 +115,6 @@ const EditorNew = ({ flow }) => {
async (previousStepId) => { async (previousStepId) => {
const { data: createdStep } = await createStep({ previousStepId }); const { data: createdStep } = await createStep({ previousStepId });
console.log('CHECK THIS OUT!', createdStep);
createdStepIdRef.current = createdStep.id; createdStepIdRef.current = createdStep.id;
}, },
[createStep], [createStep],