Skip to content

Commit

Permalink
remove debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
songgao committed Sep 7, 2018
1 parent 578ecdd commit df71a1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shared/desktop/app/installer.desktop.js
Expand Up @@ -87,11 +87,6 @@ export default (callback: (err: any) => void): void => {
}
}

logger.info('SONGGAO-stdout')
logger.info(stdout)
logger.info('SONGGAO-stderr')
logger.info(stderr)

if (errorsResult.errors.length > 0) {
logger.info(errorsResult.errors.join('\n'))
logger.info(`Install errors: stdout=${stdout || ''}, stderr=${stderr || ''}`)
Expand Down

0 comments on commit df71a1b

Please sign in to comment.