summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-31 11:34:28 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-31 11:34:28 +0200
commitc11b992f72394f5b587694a58d3a1ffec1ce9ba4 (patch)
tree769e68c847fae98c60ad36f10c97be6f5b08eb9d /pages
parent00b8bdac8f4fd2f054ca1e30b58556944bf49f8e (diff)
removed debugging messages which made things slow
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 7c943cf..90d9686 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -151,7 +151,6 @@ export function GraphPage() {
case 'follow':
return setEmacsNodeId(message.data.id)
case 'zoom': {
- console.log(message)
const links = linksByNodeIdRef.current[message.data.id!] ?? []
const nodes = Object.fromEntries(
[
@@ -443,7 +442,6 @@ export const Graph = forwardRef(function (props: GraphProps, graphRef: any) {
const themeContext = useContext<ThemeContextProps>(ThemeContext)
const getThemeColor = (name: string) => {
- console.log(name)
if (!theme) {
return
}