diff --git a/e2e/tests/api-driven/src/demo-workspace/helper.ts b/e2e/tests/api-driven/src/demo-workspace/helper.ts index 14ccb9ae3c..3d59accf80 100644 --- a/e2e/tests/api-driven/src/demo-workspace/helper.ts +++ b/e2e/tests/api-driven/src/demo-workspace/helper.ts @@ -79,7 +79,6 @@ export const createFlow = async (client, args) => { return flow; } catch (error) { - console.log(error); return false; } }; diff --git a/e2e/tests/api-driven/src/demo-workspace/steps/verification_steps.ts b/e2e/tests/api-driven/src/demo-workspace/steps/verification_steps.ts index e613e707ab..8206e2740f 100644 --- a/e2e/tests/api-driven/src/demo-workspace/steps/verification_steps.ts +++ b/e2e/tests/api-driven/src/demo-workspace/steps/verification_steps.ts @@ -5,7 +5,6 @@ import { createFlow, deleteFlow, getFlowBySlug, - getTeams, updateFlow, updateTeamSettings, } from "../helper";