Skip to content

Commit

Permalink
remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
austencollins committed Aug 15, 2017
1 parent c0d53b2 commit 94318ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/plugins/run/utils/logEventGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ module.exports = msg => {
const processedMsg = processMessage(msg);
if (processedMsg) {
log(`${processedMsg}${os.EOL}`);
} else {
console.log(msg)
}
} catch (err) {
// NOTE keep this here - it's a worse UX to skip messages
Expand Down

0 comments on commit 94318ae

Please sign in to comment.