chore: remove debug leftovers
This commit is contained in:
parent
9fcad7b499
commit
e1cf3ad02c
|
|
@ -16,7 +16,6 @@ e2e: &e2e
|
||||||
- export CURRENTS_RECORD_KEY=etzp5VXtJcSX8Z4H
|
- export CURRENTS_RECORD_KEY=etzp5VXtJcSX8Z4H
|
||||||
- export IT_SERVE_VUE=false
|
- export IT_SERVE_VUE=false
|
||||||
- export IT_ALLOW_LOCAL_LOGIN=true
|
- export IT_ALLOW_LOCAL_LOGIN=true
|
||||||
- export ELECTRON_ENABLE_LOGGING=true
|
|
||||||
- source ./env/bitbucket/prepare_for_test.sh
|
- source ./env/bitbucket/prepare_for_test.sh
|
||||||
- pip install -r server/requirements/requirements-dev.txt
|
- pip install -r server/requirements/requirements-dev.txt
|
||||||
- npm install
|
- npm install
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,6 @@ export const useCircleStore = defineStore({
|
||||||
getters: {},
|
getters: {},
|
||||||
actions: {
|
actions: {
|
||||||
openLearningContent(learningContent: LearningContent) {
|
openLearningContent(learningContent: LearningContent) {
|
||||||
console.log("💩 openLearningContent", learningContent.frontend_url);
|
|
||||||
|
|
||||||
this.router.push({
|
this.router.push({
|
||||||
path: learningContent.frontend_url,
|
path: learningContent.frontend_url,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue