From e1cf3ad02c73f47c8f73c635e6b758d3d7669cf4 Mon Sep 17 00:00:00 2001 From: Livio Bieri Date: Tue, 27 Feb 2024 15:10:47 +0100 Subject: [PATCH] chore: remove debug leftovers --- bitbucket-pipelines.yml | 1 - client/src/stores/circle.ts | 2 -- 2 files changed, 3 deletions(-) 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, });