diff options
| author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-23 19:42:33 -0600 |
|---|---|---|
| committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-23 19:42:33 -0600 |
| commit | 38c12ca79b8212af01e3155b998385da247c9508 (patch) | |
| tree | 0b88fe533b745371468d678f8801dacf6bcd4dd9 /src/routes/team/index.svelte | |
| parent | 3a4b67eb37142fb065ce0fb83b0bb184eab01b02 (diff) | |
| download | mistymountainstherapy-38c12ca79b8212af01e3155b998385da247c9508.tar.gz mistymountainstherapy-38c12ca79b8212af01e3155b998385da247c9508.zip | |
Updates
Diffstat (limited to 'src/routes/team/index.svelte')
| -rw-r--r-- | src/routes/team/index.svelte | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/routes/team/index.svelte b/src/routes/team/index.svelte index 56a7e33..d3c4549 100644 --- a/src/routes/team/index.svelte +++ b/src/routes/team/index.svelte @@ -9,7 +9,6 @@ if (!error) { return data; } - console.log(error); return []; } @@ -40,4 +39,4 @@ </div> {/each} {/if} -</main>
\ No newline at end of file +</main> |
