diff --git a/src/views/GraphView.vue b/src/views/GraphView.vue
index 9f38dd25c..5d6719a48 100644
--- a/src/views/GraphView.vue
+++ b/src/views/GraphView.vue
@@ -15,7 +15,6 @@
-
@@ -219,9 +218,6 @@ onBeforeUnmount(() => {
useEventListener(window, 'keydown', useKeybindingService().keybindHandler)
const { wrapWithErrorHandling, wrapWithErrorHandlingAsync } = useErrorHandling()
-
-// Note: WhatsNew popup functionality is now handled directly by the toast
-
const onGraphReady = () => {
requestIdleCallback(
() => {