Skip to content

Commit

Permalink
fix(devtools): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
artalar committed Oct 13, 2024
1 parent d1339f3 commit 24d6146
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/devtools/src/Graph/reatomLines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ export const reatomLines = (name: string): Lines => {
const calcFollowing = (target: AtomCache) => {
const followings = followingsMap.get(target)

console.log(target.proto.name, followings)

if (!touched.has(target) && followings?.length) {
touched.add(target)
for (const following of followings) {
Expand Down

0 comments on commit 24d6146

Please sign in to comment.