Skip to content

Commit 2fe8645

Browse files
Remove log
1 parent 8bd3fae commit 2fe8645

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egraph-visualizer",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/saulshanabrook/egraph-visualizer.git"

src/Visualizer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ function toELKNode(
236236
}
237237
}
238238
}
239-
console.log({ sortedTypes, availableColors });
240239
for (const [index, type] of sortedTypes.entries()) {
241240
colors.set(type, availableColors[index % availableColors.length]);
242241
}

0 commit comments

Comments
 (0)