File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ export const appReducer: ActionReducer<AppStateRecord> = (state = makeInitialSta
1919  switch  ( action . type )  { 
2020
2121    case  LOGIN_USER :
22-       console . log ( action . payload ) ; 
23-       // state.set('loggedInUser', action.payload); 
24-       // state.set('loggedIn', true); 
2522      return  state . merge ( {  loggedInUser : action . payload ,  loggedIn : true  } ) ; 
2623
2724    case  LOGOUT_USER :
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ const bootApplication = () => platform.bootstrapModule(AppModule);
2828const  hmrBootstrap  =  ( )  =>  {  handleHmr ( module ,  bootApplication ) ;  } ; 
2929
3030if  ( ( < any > module ) . hot )  { 
31-     console . log ( 'we just HMR bootstrapped!' ) ; 
3231    hmrBootstrap ( ) ; 
3332}  else  { 
3433    bootApplication ( ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments