summaryrefslogtreecommitdiff
path: root/src/routes/team
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-23 19:42:33 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-23 19:42:33 -0600
commit38c12ca79b8212af01e3155b998385da247c9508 (patch)
tree0b88fe533b745371468d678f8801dacf6bcd4dd9 /src/routes/team
parent3a4b67eb37142fb065ce0fb83b0bb184eab01b02 (diff)
downloadmistymountainstherapy-38c12ca79b8212af01e3155b998385da247c9508.tar.gz
mistymountainstherapy-38c12ca79b8212af01e3155b998385da247c9508.zip
Updates
Diffstat (limited to 'src/routes/team')
-rw-r--r--src/routes/team/index.svelte3
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>