diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b229123d..28e1750d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -16,7 +16,6 @@ e2e: &e2e - export CURRENTS_RECORD_KEY=etzp5VXtJcSX8Z4H - export IT_SERVE_VUE=false - export IT_ALLOW_LOCAL_LOGIN=true - - export ELECTRON_ENABLE_LOGGING=true - source ./env/bitbucket/prepare_for_test.sh - pip install -r server/requirements/requirements-dev.txt - npm install diff --git a/client/src/stores/circle.ts b/client/src/stores/circle.ts index 21f6d8c7..5756c775 100644 --- a/client/src/stores/circle.ts +++ b/client/src/stores/circle.ts @@ -33,8 +33,6 @@ export const useCircleStore = defineStore({ getters: {}, actions: { openLearningContent(learningContent: LearningContent) { - console.log("💩 openLearningContent", learningContent.frontend_url); - this.router.push({ path: learningContent.frontend_url, });