From 218882b7c64254cff446aa791a61facf2da51c92 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 8 Feb 2021 11:50:58 +0000 Subject: [PATCH] remove debug console.log --- ts/setup.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/setup.ts b/ts/setup.ts index 36a3cfa..dafb478 100644 --- a/ts/setup.ts +++ b/ts/setup.ts @@ -400,7 +400,6 @@ window.onpopstate = (event: PopStateEvent) => { const card = cards[i]; const back = card.getElementsByClassName("back")[0] as HTMLSpanElement; const next = card.getElementsByClassName("next")[0] as HTMLSpanElement; - console.log(cards[i]); const titleEl = cards[i].querySelector("span.heading") as HTMLElement; let title = titleEl.textContent.replace("/", "_").replace(" ", "-"); if (titleEl.classList.contains("welcome")) {