Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lfsigreja committed Sep 3, 2024
1 parent d6a149f commit 0175b1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/templates/contentsection/ContentSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<script setup>
import Overline from "../overline/Overline.vue";
const props = defineProps({
defineProps({
overline: {
type: String,
required: false
Expand Down Expand Up @@ -133,6 +133,4 @@ const props = defineProps({
required: false,
}
});
console.log(props.pt)
</script>

0 comments on commit 0175b1b

Please sign in to comment.