summaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-12-04 12:08:01 +0100
committerThomas F. K. Jorna <[email protected]>2021-12-04 12:08:01 +0100
commitc1fde13a40d746086e85bf9a5fae1bf899615cbc (patch)
tree87c369795c0ca9c60d1ec18e1c47dc16efdcc10e /pages/index.tsx
parentd57edaebf8dacc9159c35e1084b7d600f077e18e (diff)
fix: remove thing to trigger cd
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 5900b9b..44bb3c7 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -432,7 +432,6 @@ export function GraphPage() {
return updateGraphData(message.data)
case 'variables':
variablesRef.current = message.data
- console.log(message.data)
return
case 'theme':
return setEmacsTheme(['custom', message.data])