Skip to content

Commit f4adf6f

Browse files
committed
removed console logs from legend file
1 parent 790474c commit f4adf6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/legend.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ type snapHierarchy = {`Record<string, unknown>`}
1111

1212
export default function LegendKey(props: snapHierarchy) {
1313
const { hierarchy } = props;
14-
// console.log('which ends up being, hierarchy: ', hierarchy);
1514

1615
// We are taking the array of displayNames and sifting through them and placing each set of
1716
// branches as a key in an object, { '.0': [1.0, 2.0, 3.0, 4.0], '.1': [1.1, 2.1, 3.1,...], '.2': [....]}

0 commit comments

Comments
 (0)