Skip to content

Commit

Permalink
Remove missed console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Aug 6, 2024
1 parent b739ced commit bd3fe3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stringify-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export function stringifyInfo(value, optionsOrReplacer, space) {
let objects = 0;

walk(root, '', value);
console.log('viz', visited.size);

// when value is undefined or replaced for undefined
if (bytes === 0) {
Expand Down

0 comments on commit bd3fe3e

Please sign in to comment.