Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalinich committed Dec 17, 2024
1 parent a993c4d commit 875d659
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ function emitOnVisible(key) {
},
};

log.lib('emitObject');
// TODO: Holy Moly this is so inefficient and wasteful
// console.dir(emitObject, { depth : Infinity });
// console.dir({ emitObject }, { depth : Infinity });
// console.dir({
// key : emitObject.key.full,
// val : emitObject.value.stub,
// }, { depth : Infinity });

io.emit('status-tx', emitObject);
}
Expand Down

0 comments on commit 875d659

Please sign in to comment.