Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Feb 22, 2024
1 parent cf96cbe commit a3ec2f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/manipulations/components/Manipulation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
const dispatch = createEventDispatcher()
function sendDeleteEvent() {
console.log(`Sendind delete event for ${manipulation.id}`)
dispatch("delete", {
id: manipulation.id
})
Expand Down
1 change: 0 additions & 1 deletion src/manipulations/components/ManipulationsList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
return manipulation.id !== event.detail.id
})
}
// $: console.log(manipulations)
</script>

<div id="manipulations" class="manipulations">
Expand Down
1 change: 0 additions & 1 deletion src/manipulations/components/SplitJoin.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
flex-direction: column;
gap: 10px;
/* border: 2px solid black; */
padding: 5px;
}
Expand Down

0 comments on commit a3ec2f5

Please sign in to comment.