Skip to content

Commit

Permalink
Removing leftovers from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
berhalak committed Nov 8, 2024
1 parent 8f6e76b commit bbf58d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/server/lib/shutdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ function runCleanupHandlers() {
return Promise.try(handler.method.bind(handler.context)).timeout(handler.timeout)
.catch(function(err) {
log.warn(`Cleanup error for '${handler.name}' handler: ` + err);
// console.error(`Cleanup error for '${handler.name}' handler:`);
// console.error(err.stack || err);
});
}));
}
Expand Down

0 comments on commit bbf58d9

Please sign in to comment.