diff --git a/src/routes/affiliate-program/+page.svelte b/src/routes/affiliate-program/+page.svelte
index d777504f..4e707890 100644
--- a/src/routes/affiliate-program/+page.svelte
+++ b/src/routes/affiliate-program/+page.svelte
@@ -7,63 +7,62 @@
+
diff --git a/src/routes/stocks/[tickerID]/dividends/+page.svelte b/src/routes/stocks/[tickerID]/dividends/+page.svelte
index ae4cdba9..c6b951df 100644
--- a/src/routes/stocks/[tickerID]/dividends/+page.svelte
+++ b/src/routes/stocks/[tickerID]/dividends/+page.svelte
@@ -292,21 +292,3 @@
-
-
diff --git a/src/routes/stocks/[tickerID]/forecast/+page.svelte b/src/routes/stocks/[tickerID]/forecast/+page.svelte
index 8b6f4869..6b2c8d21 100644
--- a/src/routes/stocks/[tickerID]/forecast/+page.svelte
+++ b/src/routes/stocks/[tickerID]/forecast/+page.svelte
@@ -101,8 +101,6 @@
recommendationList =
rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList;
categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"];
-
- console.log(recommendationList);
}
optionsData = getPlotOptions() || null;