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

Remove the extraneous log calls #7

Merged
merged 1 commit into from
Feb 13, 2017
Merged

Remove the extraneous log calls #7

merged 1 commit into from
Feb 13, 2017

Conversation

develar
Copy link
Contributor

@develar develar commented Feb 10, 2017

It is already logged by electron-updater.

It is already logged by electron-updater.
})
autoUpdater.on('error', (ev, err) => {
sendStatus('Error in auto-updater.');
log.info('err', err);
})
autoUpdater.on('download-progress', (ev, progressObj) => {
sendStatus('Download progress...');
log.info('progressObj', progressObj);
Copy link
Owner

Choose a reason for hiding this comment

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

how about this one?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Progress not logged and not reported if no listeners.

@iffy iffy merged commit 8e8aed0 into iffy:master Feb 13, 2017
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