removed unused console log

This commit is contained in:
Lucas Oliveira 2024-06-06 09:31:32 -03:00
commit 8151da0d1c

View file

@ -65,7 +65,6 @@ const ApiModal = forwardRef(
);
const pythonCode = getPythonCode(flow?.name, tweak);
const widgetCode = getWidgetCode(flow?.id, flow?.name, autoLogin);
console.log("flow", flow);
const includeWebhook = flow.webhook;
const tweaksCode = buildTweaks(flow);
const codesArray = [