Authored by yoho-js001

Comment log.

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