chore: remove debug leftovers

This commit is contained in:
Livio Bieri 2024-02-27 15:10:47 +01:00
parent 9fcad7b499
commit e1cf3ad02c
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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,
});