diff --git a/src/routes/v4/slp.js b/src/routes/v4/slp.js index 69cce00..1abf58f 100644 --- a/src/routes/v4/slp.js +++ b/src/routes/v4/slp.js @@ -104,7 +104,7 @@ class Slp { // DRY error handler. errorHandler (err, res) { - console.error('Entering slp.js/errorHandler(). err: ', err) + // console.error('Entering slp.js/errorHandler(). err: ', err) // Attempt to decode the error message. const { msg, status } = _this.routeUtils.decodeError(err)