Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Feb 15, 2024
1 parent 2cdc071 commit 7afc417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/traverse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ export default function traverse<T>( node: Babel.Node,
traverseInner(node, visitor, scopeId, state, path);
if (!sOut.includes(scopeIdCounter)) {
log.debug("Scopes created", scopeIdCounter, " Scopes removed", removedScopes);
console.log("Scopes created", scopeIdCounter, " Scopes removed", removedScopes, "Paths created", pathsCreated);
sOut.push(scopeIdCounter);
}
}

0 comments on commit 7afc417

Please sign in to comment.