Skip to content

Commit

Permalink
(core/wiki) Remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
malkoG committed Oct 11, 2023
1 parent 54bc093 commit f313198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/neural-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ window.addEventListener('load', function(e) {
}
})
.nodePointerAreaPaint(function(node, color, ctx) {
console.log(color)
if (node.group == 1) {
const size = 12;
const radius = size / 2;
Expand Down

0 comments on commit f313198

Please sign in to comment.