Authored by 于良

删除log review by days

... ... @@ -192,7 +192,6 @@ function reportHomeData(payload) {
return (dispatch) => {
try {
let reportData = floorParser.parseReportData(payload.list);
console.log(reportData);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_SHOW_MAIN', {'DATA': reportData});
} catch (e) {
__DEV__ && console.error(e);
... ...