chore(EditorNew): remove console log
This commit is contained in:
@@ -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],
|
||||||
|
Reference in New Issue
Block a user