Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Dec 12, 2024
1 parent 325bae8 commit e4a0ba7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/KicksModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<draggable v-model="headers" @change="resort" item-key="value">
<template #item="{ element }">
<div class="cursor-move" style="display: inline-block !important;">
<div class="cursor-move p-2" style="display: inline-block !important;">
<el-tag closable @close="removedFilter(element.value)">
{{ element.text }}
</el-tag>
Expand Down
3 changes: 0 additions & 3 deletions src/entrypoints/matricula.content/UFABC-Matricula.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ function changeSelected() {
return
}
console.log('matriculaStudent.value', matriculaStudent.value);
console.log('matriculas', matriculas);
const enrollments = matriculas?.[matriculaStudent.value.studentId] || []
const tableRows = document.querySelectorAll('tr')
Expand Down

0 comments on commit e4a0ba7

Please sign in to comment.