diff --git a/src/routes/stocks/[tickerID]/+layout.server.ts b/src/routes/stocks/[tickerID]/+layout.server.ts
index 98e6c80a..6ca01d42 100644
--- a/src/routes/stocks/[tickerID]/+layout.server.ts
+++ b/src/routes/stocks/[tickerID]/+layout.server.ts
@@ -51,7 +51,6 @@ export const load = async ({ params, locals }) => {
"/analyst-summary-rating",
"/stock-quote",
"/pre-post-quote",
- "/bull-bear-say",
"/wiim",
"/one-day-price",
"/next-earnings",
@@ -71,7 +70,6 @@ export const load = async ({ params, locals }) => {
getAnalystRating,
getStockQuote,
getPrePostQuote,
- getBullBearSay,
getWhyPriceMoved,
getOneDayPrice,
getNextEarnings,
@@ -87,7 +85,6 @@ export const load = async ({ params, locals }) => {
getAnalystRating,
getStockQuote,
getPrePostQuote,
- getBullBearSay,
getWhyPriceMoved,
getOneDayPrice,
getNextEarnings,
diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte
index a9547260..7de1040e 100644
--- a/src/routes/stocks/[tickerID]/+page.svelte
+++ b/src/routes/stocks/[tickerID]/+page.svelte
@@ -16,7 +16,7 @@
priceChartData,
} from "$lib/store";
import { onDestroy, onMount } from "svelte";
- import BullBearSay from "$lib/components/BullBearSay.svelte";
+ //import BullBearSay from "$lib/components/BullBearSay.svelte";
import WIIM from "$lib/components/WIIM.svelte";
import News from "$lib/components/News.svelte";
@@ -1388,7 +1388,7 @@
>