Remove debug info
This commit is contained in:
parent
d75fb9e836
commit
a8ac9c2a0a
|
|
@ -54,8 +54,6 @@ const courseProfilesToDropdown = computed(() => {
|
|||
}}
|
||||
</p>
|
||||
|
||||
<pre>{{ courseProfilesToDropdown }}</pre>
|
||||
<pre>{{ user.chosen_profile }}</pre>
|
||||
<ItDropdownSelect
|
||||
v-model="selectedCourseProfile"
|
||||
:items="courseProfilesToDropdown"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ const filteredCircles = computed(() => {
|
|||
:class="{ 'bg-gray-200': selectedCircle === circle }"
|
||||
@click="$emit('select-circle', circle)"
|
||||
>
|
||||
<pre>{{ circle.profiles }}</pre>
|
||||
<LearningPathCircle
|
||||
:sectors="calculateCircleSectorData(circle)"
|
||||
class="h-10 w-10 snap-center rounded-full bg-white p-0.5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue