Remove debug info

This commit is contained in:
Ramon Wenger 2024-07-25 17:04:01 +02:00 committed by Christian Cueni
parent d75fb9e836
commit a8ac9c2a0a
2 changed files with 0 additions and 3 deletions

View File

@ -54,8 +54,6 @@ const courseProfilesToDropdown = computed(() => {
}} }}
</p> </p>
<pre>{{ courseProfilesToDropdown }}</pre>
<pre>{{ user.chosen_profile }}</pre>
<ItDropdownSelect <ItDropdownSelect
v-model="selectedCourseProfile" v-model="selectedCourseProfile"
:items="courseProfilesToDropdown" :items="courseProfilesToDropdown"

View File

@ -36,7 +36,6 @@ const filteredCircles = computed(() => {
:class="{ 'bg-gray-200': selectedCircle === circle }" :class="{ 'bg-gray-200': selectedCircle === circle }"
@click="$emit('select-circle', circle)" @click="$emit('select-circle', circle)"
> >
<pre>{{ circle.profiles }}</pre>
<LearningPathCircle <LearningPathCircle
:sectors="calculateCircleSectorData(circle)" :sectors="calculateCircleSectorData(circle)"
class="h-10 w-10 snap-center rounded-full bg-white p-0.5" class="h-10 w-10 snap-center rounded-full bg-white p-0.5"