Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment