Skip to content

Commit

Permalink
fix: remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Sep 6, 2024
1 parent bb773a4 commit ea4bb45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/views/Activities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const entryModal = ref<InstanceType<typeof EntryEditor> | null>(null);
const overview = ref<InstanceType<typeof Overview> | null>(null);
function refresh() {
console.log(!!overview.value);
overview.value?.loadActivities();
}
Expand Down

0 comments on commit ea4bb45

Please sign in to comment.