Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Nov 10, 2023
1 parent 4173198 commit 54c2a46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webserver/src/components/GlycanDetail/GlycanDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default function GlycanDetail(props: GlycanDetailProps) {
}

const ref = useCallback((node: HTMLElement | null) => {
console.log("NODE", node, typeof(node))
if (node !== null) {

let useList = node.querySelectorAll('use')
Expand Down

0 comments on commit 54c2a46

Please sign in to comment.