Skip to content

Commit

Permalink
fix(server): remove unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 authored and mbroadst committed Jun 29, 2018
1 parent 2a06d1e commit 20e11b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/topologies/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ class Server extends TopologyBase {
try {
callback(null, self);
} catch (err) {
console.log(err.stack);
process.nextTick(function() {
throw err;
});
Expand Down

0 comments on commit 20e11b3

Please sign in to comment.