File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function loadSubscriptionToApp(app) {
3232 ) ;
3333 } )
3434 . then ( ( subscription ) => {
35- console . debug ( 'Feng loadSubscriptionToApp' , subscription ) ;
35+ // console.debug('loadSubscriptionToApp', subscription);
3636 app . setState ( ( state ) => {
3737 const newUser = state . user ;
3838 newUser . subscription = subscription ;
Original file line number Diff line number Diff line change 11import config from './configuration' ;
22
3- //TODO: refactor: It is necessary to integrate more plan-related logic into this module.
3+ //TODO( refactor) : It is necessary to integrate more plan-related logic into this module.
44
55const getProductByPlanType = ( planType ) => {
66 const productMap = {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default {
55 user : user ,
66 subscription : subscription ,
77 isSubscribed : function ( ) {
8- console . debug ( 'Feng subscription' , subscription ( ) ) ;
8+ // console.debug('subscription', subscription());
99 return (
1010 subscription ( ) &&
1111 ( subscription ( ) . status === 'active' ||
You can’t perform that action at this time.
0 commit comments