Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Sep 13, 2023
1 parent 2204d84 commit 7fa52d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_component/src/hooks/usePerNodeFunctions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useMemo } from "react";

function usePerNodeFunctions(data, config) {
const getNodeGenotype = (node_id) => {
console.log("data", data);


let data_to_use;
if (data.data.nodeLookup[node_id]) {
Expand Down

0 comments on commit 7fa52d6

Please sign in to comment.