Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: better accounting and less logs #67

Merged
merged 1 commit into from
Nov 11, 2016
Merged

fix: better accounting and less logs #67

merged 1 commit into from
Nov 11, 2016

Conversation

dignifiedquire
Copy link
Member

@dignifiedquire dignifiedquire commented Nov 11, 2016

The last fixes needed for ipfs/js-ipfs#485

@dignifiedquire
Copy link
Member Author

@diasdavid can I get some review on this?

@@ -66,7 +66,7 @@ module.exports = class Engine {
return Boolean(nextTask)
},
(next) => {
log('got task', nextTask)
log('got task')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no reference of the task?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is already so much logging, that's fine. and this version was printing the whole struct which was complete overkill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants