oops, remove some debugging code

pull/7738/head
Rich Harris 6 years ago committed by GitHub
parent af6d010844
commit 92f6b4a24d

@ -49,8 +49,6 @@
<!-- svelte-ignore a11y-autofocus --> <!-- svelte-ignore a11y-autofocus -->
<button autofocus on:click={close}>close modal</button> <button autofocus on:click={close}>close modal</button>
<a href="argh">argh</a>
</div> </div>
<style> <style>
@ -80,4 +78,4 @@
button { button {
display: block; display: block;
} }
</style> </style>

Loading…
Cancel
Save