Authored by htoooth

fix

@@ -93,8 +93,8 @@ module.exports = (req, res, next) => { @@ -93,8 +93,8 @@ module.exports = (req, res, next) => {
93 }) 93 })
94 }); 94 });
95 95
96 - logger.info('client:item =>', JSON.stringify(item));  
97 - logger.info('client:data =>', JSON.stringify(data)); 96 + // logger.info('client:item =>', JSON.stringify(item));
  97 + // logger.info('client:data =>', JSON.stringify(data));
98 98
99 if (/cdn.yoho.cn/.test(item.sc)) { 99 if (/cdn.yoho.cn/.test(item.sc)) {
100 errorRouterSqlSender.addMessage(msg2row.errorRouter(data)); 100 errorRouterSqlSender.addMessage(msg2row.errorRouter(data));