From b2e6c29a5c18fb0cd2b53f94c64fd0bce47797a6 Mon Sep 17 00:00:00 2001 From: braxtonhall Date: Sun, 23 Oct 2022 21:25:20 -0700 Subject: Remove silly console log --- index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 1d32e83..cbbc280 100644 --- a/index.html +++ b/index.html @@ -82,13 +82,12 @@ const cmpName = (a, b) => a.name < b.name ? -1 : 1; - $(document).ready(async _ => { - const contributors = await getContributors() + $(document).ready( + _ => getContributors() .then(people => people.sort(cmpName)) .then(people => people.map(toPersonNode)) - .then(nodes => $("#contributors").append(...nodes)); - console.log(contributors); - }); + .then(nodes => $("#contributors").append(...nodes)) + ); -- cgit v1.2.3-70-g09d2