diff --git a/src/routes/market-mover/+page.svelte b/src/routes/market-mover/+page.svelte
index 300455ac..7e534151 100644
--- a/src/routes/market-mover/+page.svelte
+++ b/src/routes/market-mover/+page.svelte
@@ -41,8 +41,6 @@ function getCurrentDateFormatted() {
return `${month} ${day}, ${year}`;
}
-console.log(getCurrentDateFormatted());
-
// Assign values based on the symbol
rawData?.forEach(({ symbol, priceData, changesPercentage, previousClose }) => {
diff --git a/src/routes/stocks/[tickerID]/insider/transcripts/+page.svelte b/src/routes/stocks/[tickerID]/insider/transcripts/+page.svelte
index 04473619..1fe0b5d3 100644
--- a/src/routes/stocks/[tickerID]/insider/transcripts/+page.svelte
+++ b/src/routes/stocks/[tickerID]/insider/transcripts/+page.svelte
@@ -1,14 +1,12 @@
@@ -223,7 +199,7 @@
{/if}
{/each}
-
+
@@ -235,7 +211,6 @@
{/if}
-
{:else}