Skip to content

Commit

Permalink
rm commented debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 30, 2024
1 parent feb5a23 commit 72ee69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion houston-common-ui/lib/components/modals/ModalConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class Confirmation {
}
const confirmationStack = ref<Confirmation[]>([]);
// watchEffect(() => console.log(confirmationStack.value));
const pushConfirmation = (c: Confirmation) => {
confirmationStack.value = [c, ...confirmationStack.value];
Expand Down

0 comments on commit 72ee69d

Please sign in to comment.