removed console logs
This commit is contained in:
parent
8fbd40370f
commit
b60e760b6e
2 changed files with 0 additions and 2 deletions
|
@ -67,7 +67,6 @@ module.exports = {
|
||||||
resolve(channelData);
|
resolve(channelData);
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
logger.warn('authenticateChannelCredentials error');
|
|
||||||
reject(error);
|
reject(error);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
@ -178,7 +178,6 @@ module.exports = (app) => {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.log('handling error response...');
|
|
||||||
errorHandlers.handleErrorResponse(originalUrl, ip, error, res);
|
errorHandlers.handleErrorResponse(originalUrl, ip, error, res);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue