mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	remove unneeded log
This commit is contained in:
		| @@ -15,7 +15,6 @@ import { ReactNode } from 'react'; | ||||
| import { StylishText } from '../../../components/items/StylishText'; | ||||
|  | ||||
| function AccordionControl(props: AccordionControlProps) { | ||||
|   console.log(props); | ||||
|   return ( | ||||
|     <Box sx={{ display: 'flex', alignItems: 'center' }}> | ||||
|       {props.disabled && ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user