Remove log
This commit is contained in:
		
							parent
							
								
									27526151b0
								
							
						
					
					
						commit
						e898b6753d
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,6 @@ fun getNavigationBarActions(
 | 
			
		|||
): NavigationBarActions {
 | 
			
		||||
    return NavigationBarActions(
 | 
			
		||||
        isSelectedTab = { screen ->
 | 
			
		||||
            Log.v("TEMP", getCurrentScreen().toString()) // TODO Remove
 | 
			
		||||
            screen == getCurrentScreen()
 | 
			
		||||
        },
 | 
			
		||||
        onHomeClick = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue