Skip to content

Commit

Permalink
remove some unused Svelte props
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Mar 5, 2020
1 parent 770862f commit 9370366
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/client/debug/log/LogEvent.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<script>
export let logIndex;
export let onLogClick;
export let onMouseEnter;
export let onMouseLeave;
export let action;
export let pinned;
export let payload;
Expand Down
1 change: 0 additions & 1 deletion src/client/debug/main/PlayerInfo.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script>
export let ctx;
export let playerID;
export let onClick = () => {};
import { createEventDispatcher } from 'svelte';
Expand Down

0 comments on commit 9370366

Please sign in to comment.