Authored by yoho-js001

Comment log.

... ... @@ -389,7 +389,7 @@ class NewArrivalContainer extends Component {
FILTER_VALUE: this.props.newArrival.filterFactors.toJS(),
PRD_SKN: productSkn,
}
console.log(param);
// console.log(param);
ReactNative.NativeModules.YH_CommonHelper.logEvent('YB_NEW_ARRIVAL_FLR_C', param);
}
... ...