removed console logs

This commit is contained in:
bill bittner 2018-03-05 17:07:15 -08:00
parent 8fbd40370f
commit b60e760b6e
2 changed files with 0 additions and 2 deletions

View file

@ -67,7 +67,6 @@ module.exports = {
resolve(channelData);
})
.catch(error => {
logger.warn('authenticateChannelCredentials error');
reject(error);
});
});

View file

@ -178,7 +178,6 @@ module.exports = (app) => {
}
})
.catch(error => {
console.log('handling error response...');
errorHandlers.handleErrorResponse(originalUrl, ip, error, res);
});
});