removed unused console log
This commit is contained in:
parent
47ad09b2b3
commit
8151da0d1c
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue